From 20708d28d0cb7332e9ffddacab341ad0aaeb4de2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 10 Apr 2019 14:57:20 +0200 Subject: [PATCH] add github config --- ansiblelater/.github/settings.yml | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 ansiblelater/.github/settings.yml diff --git a/ansiblelater/.github/settings.yml b/ansiblelater/.github/settings.yml new file mode 100644 index 0000000..81f41e4 --- /dev/null +++ b/ansiblelater/.github/settings.yml @@ -0,0 +1,41 @@ +repository: + name: ansible-later + description: Ansible - Lovely Automation Testing Framework + topics: ansible, ansible-later, ansible-review, best practice + + private: false + has_issues: true + has_wiki: false + has_downloads: true + + default_branch: master + + allow_squash_merge: true + allow_merge_commit: true + allow_rebase_merge: true + +labels: + - name: bug + color: d73a4a + description: Something isn't working + - name: duplicate + color: cfd3d7 + description: This issue or pull request already exists + - name: enhancement + color: a2eeef + description: New feature or request + - name: good first issue + color: 7057ff + description: Good for newcomers + - name: help wanted + color: 008672 + description: Extra attention is needed + - name: invalid + color: e4e669 + description: This doesn't seem right + - name: question + color: d876e3 + description: Further information is requested + - name: wontfix + color: ffffff + description: This will not be worked on