|
1 | 1 | ## more info https://github.com/crazy-max/ghaction-github-labeler
|
2 |
| -- # automerge |
3 |
| - name: ":bell: automerge" |
4 |
| - color: "8f4fbc" |
5 |
| - description: "" |
6 |
| -- # bot |
7 |
| - name: ":robot: bot" |
| 2 | +- |
| 3 | + name: "bot" |
8 | 4 | color: "69cde9"
|
9 | 5 | description: ""
|
10 |
| -- # bug |
11 |
| - name: ":bug: bug" |
| 6 | + from_name: ":robot: bot" |
| 7 | +- |
| 8 | + name: "good first issue" |
| 9 | + color: "7057ff" |
| 10 | + description: "" |
| 11 | + from_name: ":hatching_chick: good first issue" |
| 12 | +- |
| 13 | + name: "help wanted" |
| 14 | + color: "4caf50" |
| 15 | + description: "" |
| 16 | + from_name: ":pray: help wanted" |
| 17 | +- |
| 18 | + name: "area/ci" |
| 19 | + color: "ed9ca9" |
| 20 | + description: "" |
| 21 | +- |
| 22 | + name: "kind/bug" |
12 | 23 | color: "b60205"
|
13 | 24 | description: ""
|
14 |
| -- # dependencies |
15 |
| - name: ":game_die: dependencies" |
| 25 | + from_name: ":bug: bug" |
| 26 | +- |
| 27 | + name: "kind/dependencies" |
16 | 28 | color: "0366d6"
|
17 | 29 | description: ""
|
18 |
| -- # documentation |
19 |
| - name: ":memo: documentation" |
| 30 | + from_name: ":game_die: dependencies" |
| 31 | +- |
| 32 | + name: "kind/docs" |
20 | 33 | color: "c5def5"
|
21 | 34 | description: ""
|
22 |
| -- # duplicate |
23 |
| - name: ":busts_in_silhouette: duplicate" |
| 35 | + from_name: ":memo: documentation" |
| 36 | +- |
| 37 | + name: "kind/duplicate" |
24 | 38 | color: "cccccc"
|
25 | 39 | description: ""
|
26 |
| -- # enhancement |
27 |
| - name: ":sparkles: enhancement" |
| 40 | + from_name: ":busts_in_silhouette: duplicate" |
| 41 | +- |
| 42 | + name: "kind/enhancement" |
28 | 43 | color: "0054ca"
|
29 | 44 | description: ""
|
30 |
| -- # feature request |
31 |
| - name: ":bulb: feature request" |
32 |
| - color: "0e8a16" |
33 |
| - description: "" |
34 |
| -- # feedback |
35 |
| - name: ":mega: feedback" |
36 |
| - color: "03a9f4" |
37 |
| - description: "" |
38 |
| -- # future maybe |
39 |
| - name: ":rocket: future maybe" |
40 |
| - color: "fef2c0" |
| 45 | + from_name: ":sparkles: enhancement" |
| 46 | +- |
| 47 | + name: "kind/invalid" |
| 48 | + color: "e6e6e6" |
41 | 49 | description: ""
|
42 |
| -- # good first issue |
43 |
| - name: ":hatching_chick: good first issue" |
44 |
| - color: "7057ff" |
| 50 | + from_name: ":no_entry_sign: invalid" |
| 51 | +- |
| 52 | + name: "kind/upstream" |
| 53 | + color: "fbca04" |
45 | 54 | description: ""
|
46 |
| -- # help wanted |
47 |
| - name: ":pray: help wanted" |
48 |
| - color: "4caf50" |
| 55 | + from_name: ":eyes: upstream" |
| 56 | +- |
| 57 | + name: "kind/wontfix" |
| 58 | + color: "ffffff" |
49 | 59 | description: ""
|
50 |
| -- # invalid |
51 |
| - name: ":no_entry_sign: invalid" |
52 |
| - color: "e6e6e6" |
| 60 | + from_name: ":coffin: wontfix" |
| 61 | +- |
| 62 | + name: "status/automerge" |
| 63 | + color: "8f4fbc" |
53 | 64 | description: ""
|
54 |
| -- # investigate |
55 |
| - name: ":mag: investigate" |
| 65 | + from_name: ":bell: automerge" |
| 66 | +- |
| 67 | + name: "status/needs-investigation" |
56 | 68 | color: "e6625b"
|
57 | 69 | description: ""
|
58 |
| -- # needs more info |
59 |
| - name: ":thinking: needs more info" |
| 70 | + from_name: ":mag: investigate" |
| 71 | +- |
| 72 | + name: "status/needs-more-info" |
60 | 73 | color: "795548"
|
61 | 74 | description: ""
|
62 |
| -- # pinned |
63 |
| - name: ":pushpin: pinned" |
64 |
| - color: "28008e" |
65 |
| - description: "" |
66 |
| -- # question |
67 |
| - name: ":question: question" |
68 |
| - color: "3f51b5" |
69 |
| - description: "" |
70 |
| -- # sponsor |
71 |
| - name: ":sparkling_heart: sponsor" |
72 |
| - color: "fedbf0" |
73 |
| - description: "" |
74 |
| -- # stale |
75 |
| - name: ":skull: stale" |
| 75 | + from_name: ":thinking: needs more info" |
| 76 | +- |
| 77 | + name: "status/stale" |
76 | 78 | color: "237da0"
|
77 | 79 | description: ""
|
78 |
| -- # upstream |
79 |
| - name: ":eyes: upstream" |
80 |
| - color: "fbca04" |
81 |
| - description: "" |
82 |
| -- # wontfix |
83 |
| - name: ":coffin: wontfix" |
84 |
| - color: "ffffff" |
| 80 | + from_name: ":skull: stale" |
| 81 | +- |
| 82 | + name: "status/triage" |
| 83 | + color: "dde4b7" |
85 | 84 | description: ""
|
0 commit comments