|
3 | 3 | # https://github.com/exercism/org-wide-files/blob/main/global-files/.github/labels.yml. # |
4 | 4 | # ----------------------------------------------------------------------------------------- # |
5 | 5 |
|
6 | | -- name: "bug :bug:" |
| 6 | +- name: 'bug :bug:' |
7 | 7 | description: "Something isn't working" |
8 | | - color: "b60205" |
| 8 | + color: 'b60205' |
9 | 9 |
|
10 | | -- name: "chore :wrench:" |
11 | | - description: "Meta related task such as build, test, linting, maintainers.json etc." |
12 | | - color: "000000" |
| 10 | +- name: 'chore :wrench:' |
| 11 | + description: 'Meta related task such as build, test, linting, maintainers.json etc.' |
| 12 | + color: '000000' |
13 | 13 |
|
14 | | -- name: "dependencies :arrow_up_small:" |
15 | | - description: "Pull requests that update a dependency file" |
16 | | - color: "0366d6" |
| 14 | +- name: 'dependencies :arrow_up_small:' |
| 15 | + description: 'Pull requests that update a dependency file' |
| 16 | + color: '0366d6' |
17 | 17 |
|
18 | | -- name: "discussion :speech_balloon:" |
19 | | - description: "" |
20 | | - color: "fbca04" |
| 18 | +- name: 'discussion :speech_balloon:' |
| 19 | + description: '' |
| 20 | + color: 'fbca04' |
21 | 21 |
|
22 | | -- name: "do not merge :construction:" |
| 22 | +- name: 'do not merge :construction:' |
23 | 23 | description: "Don't merge until this label is removed" |
24 | | - color: "fbca04" |
| 24 | + color: 'fbca04' |
25 | 25 |
|
26 | | -- name: "documentation :book:" |
27 | | - description: "Improvements or additions to documentation" |
28 | | - color: "1d76db" |
| 26 | +- name: 'documentation :book:' |
| 27 | + description: 'Improvements or additions to documentation' |
| 28 | + color: '1d76db' |
29 | 29 |
|
30 | | -- name: "duplicate :repeat:" |
31 | | - description: "This issue or pull request already exists" |
32 | | - color: "ffffff" |
| 30 | +- name: 'duplicate :repeat:' |
| 31 | + description: 'This issue or pull request already exists' |
| 32 | + color: 'ffffff' |
33 | 33 |
|
34 | | -- name: "enhancement :unicorn:" |
35 | | - description: "New feature or request" |
36 | | - color: "a2eeef" |
| 34 | +- name: 'enhancement :unicorn:' |
| 35 | + description: 'New feature or request' |
| 36 | + color: 'a2eeef' |
37 | 37 |
|
38 | | -- name: "experimental :microscope:" |
39 | | - description: "Speculative functionality or implementation" |
40 | | - color: "b60205" |
| 38 | +- name: 'experimental :microscope:' |
| 39 | + description: 'Speculative functionality or implementation' |
| 40 | + color: 'b60205' |
41 | 41 |
|
42 | | -- name: "first-timers only :baby:" |
43 | | - description: "This issue is specifically for those who are new contributors." |
44 | | - color: "b1db51" |
| 42 | +- name: 'first-timers only :baby:' |
| 43 | + description: 'This issue is specifically for those who are new contributors.' |
| 44 | + color: 'b1db51' |
45 | 45 |
|
46 | | -- name: "good first issue" |
47 | | - description: "Good for newcomers" |
48 | | - color: "680a9b" |
| 46 | +- name: 'good first issue' |
| 47 | + description: 'Good for newcomers' |
| 48 | + color: '680a9b' |
49 | 49 |
|
50 | | -- name: "help wanted" |
51 | | - description: "Extra attention is needed" |
52 | | - color: "680a9b" |
| 50 | +- name: 'help wanted' |
| 51 | + description: 'Extra attention is needed' |
| 52 | + color: '680a9b' |
53 | 53 |
|
54 | | -- name: "invalid" |
| 54 | +- name: 'invalid' |
55 | 55 | description: "This doesn't seem right" |
56 | | - color: "ffffff" |
| 56 | + color: 'ffffff' |
57 | 57 |
|
58 | | -- name: "question :thinking:" |
59 | | - description: "Further information is requested" |
60 | | - color: "000000" |
| 58 | +- name: 'question :thinking:' |
| 59 | + description: 'Further information is requested' |
| 60 | + color: '000000' |
61 | 61 |
|
62 | | -- name: "security :rotating_light:" |
63 | | - description: "Security related issue or change" |
64 | | - color: "b60205" |
| 62 | +- name: 'security :rotating_light:' |
| 63 | + description: 'Security related issue or change' |
| 64 | + color: 'b60205' |
65 | 65 |
|
66 | | -- name: "upstream :arrow_up:" |
67 | | - description: "" |
68 | | - color: "FFFFFF" |
| 66 | +- name: 'upstream :arrow_up:' |
| 67 | + description: '' |
| 68 | + color: 'FFFFFF' |
69 | 69 |
|
70 | | -- name: "wontfix :no_good_woman:" |
71 | | - description: "This will not be worked on" |
72 | | - color: "ffffff" |
| 70 | +- name: 'wontfix :no_good_woman:' |
| 71 | + description: 'This will not be worked on' |
| 72 | + color: 'ffffff' |
0 commit comments