Skip to content

Commit a9d23e9

Browse files
authored
🤖 Sync org-wide files to upstream repo (#33)
1 parent cf35b7f commit a9d23e9

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

‎.github/labels.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,116 +22,116 @@
2222
# The `x:action/<value>` labels describe what sort of work the contributor will be engaged in when working on the issue
2323
- name: "x:action/create"
2424
description: "Work on something from scratch"
25-
color: "6f60d2"
25+
color: "ffffff"
2626

2727
- name: "x:action/fix"
2828
description: "Fix an issue"
29-
color: "6f60d2"
29+
color: "ffffff"
3030

3131
- name: "x:action/improve"
3232
description: "Improve existing functionality/content"
33-
color: "6f60d2"
33+
color: "ffffff"
3434

3535
- name: "x:action/proofread"
3636
description: "Proofread text"
37-
color: "6f60d2"
37+
color: "ffffff"
3838

3939
- name: "x:action/sync"
4040
description: "Sync content with its latest version"
41-
color: "6f60d2"
41+
color: "ffffff"
4242

4343
# The `x:knowledge/<value>` labels describe how much Exercism knowledge is required by the contributor
4444
- name: "x:knowledge/none"
4545
description: "No existing Exercism knowledge required"
46-
color: "604fcd"
46+
color: "ffffff"
4747

4848
- name: "x:knowledge/elementary"
4949
description: "Little Exercism knowledge required"
50-
color: "604fcd"
50+
color: "ffffff"
5151

5252
- name: "x:knowledge/intermediate"
5353
description: "Quite a bit of Exercism knowledge required"
54-
color: "604fcd"
54+
color: "ffffff"
5555

5656
- name: "x:knowledge/advanced"
5757
description: "Comprehensive Exercism knowledge required"
58-
color: "604fcd"
58+
color: "ffffff"
5959

6060
# The `x:module/<value>` labels indicate what part of Exercism the contributor will be working on
6161
- name: "x:module/analyzer"
6262
description: "Work on Analyzers"
63-
color: "5240c9"
63+
color: "ffffff"
6464

6565
- name: "x:module/concept"
6666
description: "Work on Concepts"
67-
color: "5240c9"
67+
color: "ffffff"
6868

6969
- name: "x:module/concept-exercise"
7070
description: "Work on Concept Exercises"
71-
color: "5240c9"
71+
color: "ffffff"
7272

7373
- name: "x:module/generator"
7474
description: "Work on Exercise generators"
75-
color: "5240c9"
75+
color: "ffffff"
7676

7777
- name: "x:module/practice-exercise"
7878
description: "Work on Practice Exercises"
79-
color: "5240c9"
79+
color: "ffffff"
8080

8181
- name: "x:module/representer"
8282
description: "Work on Representers"
83-
color: "5240c9"
83+
color: "ffffff"
8484

8585
- name: "x:module/test-runner"
8686
description: "Work on Test Runners"
87-
color: "5240c9"
87+
color: "ffffff"
8888

8989
# The `x:size/<value>` labels describe the expected amount of work for a contributor
9090
- name: "x:size/tiny"
9191
description: "Tiny amount of work"
92-
color: "4836bf"
92+
color: "ffffff"
9393

9494
- name: "x:size/small"
9595
description: "Small amount of work"
96-
color: "4836bf"
96+
color: "ffffff"
9797

9898
- name: "x:size/medium"
9999
description: "Medium amount of work"
100-
color: "4836bf"
100+
color: "ffffff"
101101

102102
- name: "x:size/large"
103103
description: "Large amount of work"
104-
color: "4836bf"
104+
color: "ffffff"
105105

106106
- name: "x:size/massive"
107107
description: "Massive amount of work"
108-
color: "4836bf"
108+
color: "ffffff"
109109

110110
# The `x:status/<value>` label indicates if there is already someone working on the issue
111111
- name: "x:status/claimed"
112112
description: "Someone is working on this issue"
113-
color: "4231af"
113+
color: "ffffff"
114114

115115
# The `x:type/<value>` labels describe what type of work the contributor will be engaged in
116116
- name: "x:type/ci"
117117
description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
118-
color: "3c2d9f"
118+
color: "ffffff"
119119

120120
- name: "x:type/coding"
121121
description: "Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)"
122-
color: "3c2d9f"
122+
color: "ffffff"
123123

124124
- name: "x:type/content"
125125
description: "Work on content (e.g. exercises, concepts)"
126-
color: "3c2d9f"
126+
color: "ffffff"
127127

128128
- name: "x:type/docker"
129129
description: "Work on Dockerfiles"
130-
color: "3c2d9f"
130+
color: "ffffff"
131131

132132
- name: "x:type/docs"
133133
description: "Work on Documentation"
134-
color: "3c2d9f"
134+
color: "ffffff"
135135

136136
# This label can be added to accept PRs as part of Hacktoberfest
137137
- name: "hacktoberfest-accepted"

0 commit comments

Comments
 (0)