Skip to content

Commit 127a676

Browse files
ErikSchierboomBethanyG
authored andcommitted
Define repo-specific labels.
This commit adds a `.appends/.github/labels.yml` file, which contains the repo-specific labels. This file will automatically be combined with the Exercism-wide labels defined in https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml to form the `.github/labels.yml` file.
1 parent 9e3b9f9 commit 127a676

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.appends/.github/labels.yml

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# ----------------------------------------------------------------------------------------- #
2+
# These are the repository-specific labels that augment the Exercise-wide labels defined in #
3+
# https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. #
4+
# ----------------------------------------------------------------------------------------- #
5+
6+
- name: "bug"
7+
description: "Something isn't working"
8+
color: "d73a4a"
9+
10+
- name: "duplicate"
11+
description: "This issue or pull request already exists"
12+
color: "cfd3d7"
13+
14+
- name: "enhancement"
15+
description: "New feature or request"
16+
color: "a2eeef"
17+
18+
- name: "github_actions"
19+
description: "PRs that Update GitHub Actions"
20+
color: "000000"
21+
22+
- name: "good first issue"
23+
description: "Good for newcomers"
24+
color: "7057ff"
25+
26+
- name: "help wanted"
27+
description: "Extra attention is needed"
28+
color: "008672"
29+
30+
- name: "invalid"
31+
description: "This doesn't seem right"
32+
color: "e4e669"
33+
34+
- name: "question"
35+
description: "Further information is requested"
36+
color: "d876e3"
37+
38+
- name: "reputation/contributed_code/major"
39+
description: ""
40+
color: "0116C3"
41+
42+
- name: "wontfix"
43+
description: "This will not be worked on"
44+
color: "ffffff"

0 commit comments

Comments
 (0)