Skip to content

Commit 089d8dc

Browse files
committed
chore: fix labels
1 parent 02d48fb commit 089d8dc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/labels.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
name: "bot"
44
color: "69cde9"
55
description: ""
6+
from_name: ":robot: bot"
67
-
78
name: "good first issue"
89
color: "7057ff"
910
description: ""
11+
from_name: ":hatching_chick: good first issue"
1012
-
1113
name: "help wanted"
1214
color: "4caf50"
1315
description: ""
16+
from_name: ":pray: help wanted"
1417
-
1518
name: "area/ci"
1619
color: "ed9ca9"
@@ -19,50 +22,62 @@
1922
name: "kind/bug"
2023
color: "b60205"
2124
description: ""
25+
from_name: ":bug: bug"
2226
-
2327
name: "kind/dependencies"
2428
color: "0366d6"
2529
description: ""
30+
from_name: ":game_die: dependencies"
2631
-
2732
name: "kind/docs"
2833
color: "c5def5"
2934
description: ""
35+
from_name: ":memo: documentation"
3036
-
3137
name: "kind/duplicate"
3238
color: "cccccc"
3339
description: ""
40+
from_name: ":busts_in_silhouette: duplicate"
3441
-
3542
name: "kind/enhancement"
3643
color: "0054ca"
3744
description: ""
45+
from_name: ":sparkles: enhancement"
3846
-
3947
name: "kind/invalid"
4048
color: "e6e6e6"
4149
description: ""
50+
from_name: ":no_entry_sign: invalid"
4251
-
4352
name: "kind/upstream"
4453
color: "fbca04"
4554
description: ""
55+
from_name: ":eyes: upstream"
4656
-
4757
name: "kind/wontfix"
4858
color: "ffffff"
4959
description: ""
60+
from_name: ":coffin: wontfix"
5061
-
5162
name: "status/automerge"
5263
color: "8f4fbc"
5364
description: ""
65+
from_name: ":bell: automerge"
5466
-
5567
name: "status/needs-investigation"
5668
color: "e6625b"
5769
description: ""
70+
from_name: ":mag: investigate"
5871
-
5972
name: "status/needs-more-info"
6073
color: "795548"
6174
description: ""
75+
from_name: ":thinking: needs more info"
6276
-
6377
name: "status/stale"
6478
color: "237da0"
6579
description: ""
80+
from_name: ":skull: stale"
6681
-
6782
name: "status/triage"
6883
color: "dde4b7"

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
on:
88
push:
99
branches:
10-
- 'master'
10+
- 'dev'
1111
paths:
1212
- '.github/labels.yml'
1313
- '.github/workflows/labels.yml'

0 commit comments

Comments
 (0)