Skip to content

Commit d54c949

Browse files
authored
🤖 Sync org-wide files to upstream repo (#168)
More info: exercism/org-wide-files@60310aa
1 parent fe14fe2 commit d54c949

File tree

1 file changed

+130
-154
lines changed

1 file changed

+130
-154
lines changed

.github/labels.yml

+130-154
Original file line numberDiff line numberDiff line change
@@ -1,166 +1,142 @@
1-
# ------------------------------------------------------------- #
2-
# This is an auto-generated file - Do not edit it file directly #
3-
# ------------------------------------------------------------- #
1+
# --------------------------------------------------------------- #
2+
# This is an auto-generated file - Do not manually edit this file #
3+
# --------------------------------------------------------------- #
44

5-
# This file is automatically generated by merging two files:
6-
# 1. The Exercism-wide labels
7-
# 2. The repository-specific labels
5+
# This file is automatically generated by concatenating two files:
86
#
9-
# The Exercism-wide labels are defined in
10-
# https://github.com/exercism/org-wide-files/blob/main/synced-files/.github/labels.yml
7+
# 1. The Exercism-wide labels: defined in https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml
8+
# 2. The repository-specific labels: defined in the `.appends/.github/labels.yml` file within this repository.
119
#
12-
# The repository-specific labels are defined in `.appends/.github/labels.yml`.
13-
# If you want to change the repository-specific labels, update the
14-
# `.appends/.github/labels.yml` file and _not_ this file.
10+
# If any of these two files change, a pull request is automatically containing a re-generated version of this file.
11+
# Consequently, to change repository-specific labels you should update the `.appends/.github/labels.yml` file and _not_ this file.
1512
#
16-
# Any changes to the repo's `.appends/.github/labels.yml` file or the
17-
# Exercism-wide `labels.yml` file will automatically result in this file being
18-
# regenerated and the labels being updated. This typically takes 5-10 minutes.
13+
# When the pull request has been merged, the GitHub labels will be automatically updated by the "Sync labels" workflow.
14+
# This typically takes 5-10 minutes.
1915

2016
# --------------------------------------------------------------------- #
2117
# These are the Exercism-wide labels which are shared across all repos. #
2218
# --------------------------------------------------------------------- #
2319

24-
# The following Exercism-wide labels are used to show "tasks" on the website, which
25-
# will point users to things they can help contribute with.
26-
27-
# The `x:action/<value>` labels describe what sort of work the contributor
28-
# will be engaged in when working on the issue
29-
- name: 'x:action/create'
30-
description: 'Work on something from scratch'
31-
color: '6f60d2'
32-
33-
- name: 'x:action/fix'
34-
description: 'Fix an issue'
35-
color: '6f60d2'
36-
37-
- name: 'x:action/improve'
38-
description: 'Improve existing functionality/content'
39-
color: '6f60d2'
40-
41-
- name: 'x:action/proofread'
42-
description: 'Proofread text'
43-
color: '6f60d2'
44-
45-
- name: 'x:action/sync'
46-
description: 'Sync content with its latest version'
47-
color: '6f60d2'
48-
49-
# The `x:knowledge/<value>` labels describe how much Exercism knowledge
50-
# is required by the contributor
51-
- name: 'x:knowledge/none'
52-
description: 'No existing Exercism knowledge required'
53-
color: '604fcd'
54-
55-
- name: 'x:knowledge/elementary'
56-
description: 'Little Exercism knowledge required'
57-
color: '604fcd'
58-
59-
- name: 'x:knowledge/intermediate'
60-
description: 'Quite a bit of Exercism knowledge required'
61-
color: '604fcd'
62-
63-
- name: 'x:knowledge/advanced'
64-
description: 'Comprehensive Exercism knowledge required'
65-
color: '604fcd'
66-
67-
# The `x:module/<value>` labels indicate what part of Exercism
68-
# the contributor will be working on
69-
- name: 'x:module/analyzer'
70-
description: 'Work on Analyzers'
71-
color: '5240c9'
72-
73-
- name: 'x:module/concept'
74-
description: 'Work on Concepts'
75-
color: '5240c9'
76-
77-
- name: 'x:module/concept-exercise'
78-
description: 'Work on Concept Exercises'
79-
color: '5240c9'
80-
81-
- name: 'x:module/generator'
82-
description: 'Work on Exercise generators'
83-
color: '5240c9'
84-
85-
- name: 'x:module/practice-exercise'
86-
description: 'Work on Practice Exercises'
87-
color: '5240c9'
88-
89-
- name: 'x:module/representer'
90-
description: 'Work on Representers'
91-
color: '5240c9'
92-
93-
- name: 'x:module/test-runner'
94-
description: 'Work on Test Runners'
95-
color: '5240c9'
96-
97-
# The `x:size/<value>` labels describe the expected amount of work
98-
# for a contributor
99-
- name: 'x:size/tiny'
100-
description: 'Tiny amount of work'
101-
color: '4836bf'
102-
103-
- name: 'x:size/small'
104-
description: 'Small amount of work'
105-
color: '4836bf'
106-
107-
- name: 'x:size/medium'
108-
description: 'Medium amount of work'
109-
color: '4836bf'
110-
111-
- name: 'x:size/large'
112-
description: 'Large amount of work'
113-
color: '4836bf'
114-
115-
- name: 'x:size/massive'
116-
description: 'Massive amount of work'
117-
color: '4836bf'
118-
119-
# The `x:status/<value>` label indicates if there is already someone
120-
# working on the issue
121-
- name: 'x:status/claimed'
122-
description: 'Someone is working on this issue'
123-
color: '4231af'
124-
125-
# The `x:type/<value>` labels describe how much Exercism knowledge
126-
# is required by the contributor
127-
- name: 'x:type/ci'
128-
description: 'Work on Continuous Integration (e.g. GitHub Actions workflows)'
129-
color: '3c2d9f'
130-
131-
- name: 'x:type/coding'
132-
description: 'Work on code that will run in production'
133-
color: '3c2d9f'
134-
135-
- name: 'x:type/content'
136-
description: 'Work on content (e.g. exercises, concepts)'
137-
color: '3c2d9f'
138-
139-
- name: 'x:type/docker'
140-
description: 'Work on Dockerfiles'
141-
color: '3c2d9f'
142-
143-
- name: 'x:type/docs'
144-
description: 'Work on Documentation'
145-
color: '3c2d9f'
146-
147-
# The following Exercism-wide labels are used to influence how much reputation
148-
# a contributor gets for an authored/merged/reviewed PR.
149-
# See https://github.com/exercism/docs/blob/main/product/reputation.md
150-
151-
- name: 'reputation/contributed_code/major'
152-
description: 'Increases the number of reputation points awarded by this PR'
153-
color: 'fcfa9f'
154-
155-
- name: 'reputation/contributed_code/minor'
156-
description: 'Decreases the number of reputation points awarded by this PR'
157-
color: 'fcfa9f'
158-
159-
# This Exercism-wide label is added to all automatically created pull requests
160-
# that help migrate/prepare a track for Exercism v3
161-
- name: 'v3-migration 🤖'
162-
description: 'Preparing for Exercism v3'
163-
color: 'e99695'
20+
# The following Exercism-wide labels are used to show "tasks" on the website, which will point users to things they can help contribute with.
21+
22+
# The `x:action/<value>` labels describe what sort of work the contributor will be engaged in when working on the issue
23+
- name: "x:action/create"
24+
description: "Work on something from scratch"
25+
color: "6f60d2"
26+
27+
- name: "x:action/fix"
28+
description: "Fix an issue"
29+
color: "6f60d2"
30+
31+
- name: "x:action/improve"
32+
description: "Improve existing functionality/content"
33+
color: "6f60d2"
34+
35+
- name: "x:action/proofread"
36+
description: "Proofread text"
37+
color: "6f60d2"
38+
39+
- name: "x:action/sync"
40+
description: "Sync content with its latest version"
41+
color: "6f60d2"
42+
43+
# The `x:knowledge/<value>` labels describe how much Exercism knowledge is required by the contributor
44+
- name: "x:knowledge/none"
45+
description: "No existing Exercism knowledge required"
46+
color: "604fcd"
47+
48+
- name: "x:knowledge/elementary"
49+
description: "Little Exercism knowledge required"
50+
color: "604fcd"
51+
52+
- name: "x:knowledge/intermediate"
53+
description: "Quite a bit of Exercism knowledge required"
54+
color: "604fcd"
55+
56+
- name: "x:knowledge/advanced"
57+
description: "Comprehensive Exercism knowledge required"
58+
color: "604fcd"
59+
60+
# The `x:module/<value>` labels indicate what part of Exercism the contributor will be working on
61+
- name: "x:module/analyzer"
62+
description: "Work on Analyzers"
63+
color: "5240c9"
64+
65+
- name: "x:module/concept"
66+
description: "Work on Concepts"
67+
color: "5240c9"
68+
69+
- name: "x:module/concept-exercise"
70+
description: "Work on Concept Exercises"
71+
color: "5240c9"
72+
73+
- name: "x:module/generator"
74+
description: "Work on Exercise generators"
75+
color: "5240c9"
76+
77+
- name: "x:module/practice-exercise"
78+
description: "Work on Practice Exercises"
79+
color: "5240c9"
80+
81+
- name: "x:module/representer"
82+
description: "Work on Representers"
83+
color: "5240c9"
84+
85+
- name: "x:module/test-runner"
86+
description: "Work on Test Runners"
87+
color: "5240c9"
88+
89+
# The `x:size/<value>` labels describe the expected amount of work for a contributor
90+
- name: "x:size/tiny"
91+
description: "Tiny amount of work"
92+
color: "4836bf"
93+
94+
- name: "x:size/small"
95+
description: "Small amount of work"
96+
color: "4836bf"
97+
98+
- name: "x:size/medium"
99+
description: "Medium amount of work"
100+
color: "4836bf"
101+
102+
- name: "x:size/large"
103+
description: "Large amount of work"
104+
color: "4836bf"
105+
106+
- name: "x:size/massive"
107+
description: "Massive amount of work"
108+
color: "4836bf"
109+
110+
# The `x:status/<value>` label indicates if there is already someone working on the issue
111+
- name: "x:status/claimed"
112+
description: "Someone is working on this issue"
113+
color: "4231af"
114+
115+
# The `x:type/<value>` labels describe what type of work the contributor will be engaged in
116+
- name: "x:type/ci"
117+
description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
118+
color: "3c2d9f"
119+
120+
- name: "x:type/coding"
121+
description: "Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)"
122+
color: "3c2d9f"
123+
124+
- name: "x:type/content"
125+
description: "Work on content (e.g. exercises, concepts)"
126+
color: "3c2d9f"
127+
128+
- name: "x:type/docker"
129+
description: "Work on Dockerfiles"
130+
color: "3c2d9f"
131+
132+
- name: "x:type/docs"
133+
description: "Work on Documentation"
134+
color: "3c2d9f"
135+
136+
# This Exercism-wide label is added to all automatically created pull requests that help migrate/prepare a track for Exercism v3
137+
- name: "v3-migration 🤖"
138+
description: "Preparing for Exercism v3"
139+
color: "e99695"
164140

165141
# ----------------------------------------------------------------------------------------- #
166142
# These are the repository-specific labels that augment the Exercise-wide labels defined in #

0 commit comments

Comments
 (0)