File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 3
3
name : " bot"
4
4
color : " 69cde9"
5
5
description : " "
6
+ from_name : " :robot: bot"
6
7
-
7
8
name : " good first issue"
8
9
color : " 7057ff"
9
10
description : " "
11
+ from_name : " :hatching_chick: good first issue"
10
12
-
11
13
name : " help wanted"
12
14
color : " 4caf50"
13
15
description : " "
16
+ from_name : " :pray: help wanted"
14
17
-
15
18
name : " area/ci"
16
19
color : " ed9ca9"
19
22
name : " kind/bug"
20
23
color : " b60205"
21
24
description : " "
25
+ from_name : " :bug: bug"
22
26
-
23
27
name : " kind/dependencies"
24
28
color : " 0366d6"
25
29
description : " "
30
+ from_name : " :game_die: dependencies"
26
31
-
27
32
name : " kind/docs"
28
33
color : " c5def5"
29
34
description : " "
35
+ from_name : " :memo: documentation"
30
36
-
31
37
name : " kind/duplicate"
32
38
color : " cccccc"
33
39
description : " "
40
+ from_name : " :busts_in_silhouette: duplicate"
34
41
-
35
42
name : " kind/enhancement"
36
43
color : " 0054ca"
37
44
description : " "
45
+ from_name : " :sparkles: enhancement"
38
46
-
39
47
name : " kind/invalid"
40
48
color : " e6e6e6"
41
49
description : " "
50
+ from_name : " :no_entry_sign: invalid"
42
51
-
43
52
name : " kind/upstream"
44
53
color : " fbca04"
45
54
description : " "
55
+ from_name : " :eyes: upstream"
46
56
-
47
57
name : " kind/wontfix"
48
58
color : " ffffff"
49
59
description : " "
60
+ from_name : " :coffin: wontfix"
50
61
-
51
62
name : " status/automerge"
52
63
color : " 8f4fbc"
53
64
description : " "
65
+ from_name : " :bell: automerge"
54
66
-
55
67
name : " status/needs-investigation"
56
68
color : " e6625b"
57
69
description : " "
70
+ from_name : " :mag: investigate"
58
71
-
59
72
name : " status/needs-more-info"
60
73
color : " 795548"
61
74
description : " "
75
+ from_name : " :thinking: needs more info"
62
76
-
63
77
name : " status/stale"
64
78
color : " 237da0"
65
79
description : " "
80
+ from_name : " :skull: stale"
66
81
-
67
82
name : " status/triage"
68
83
color : " dde4b7"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ concurrency:
7
7
on :
8
8
push :
9
9
branches :
10
- - ' master '
10
+ - ' dev '
11
11
paths :
12
12
- ' .github/labels.yml'
13
13
- ' .github/workflows/labels.yml'
You can’t perform that action at this time.
0 commit comments