Skip to content

Commit 84c2a23

Browse files
author
N6REJ
committed
🔄 Synced local '.github' with remote '.common'
1 parent 12f2138 commit 84c2a23

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

‎.github/labels.yml‎

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
## more info https://github.com/crazy-max/ghaction-github-labeler
22
- # bot
3-
name: "bot :robot: "
4-
color: "69cde9"
3+
name: "bot :robot:"
4+
color: "69cd00"
55
description: "Used by bots"
6-
from_name: "bot"
76
- # bug
87
name: "bug :bug:"
98
color: "b60205"
109
description: "For known bugs"
1110
from_name: "bug"
11+
- # Urgent
12+
name: "Blocker :triangular_flag_on_post:"
13+
color: "FFFFFF"
14+
description: "Release blocker"
1215
- # dependencies
13-
name: "dependencies :game_die:"
16+
name: "dependencies :man_cook:"
1417
color: "0366d6"
1518
description: "Dependencies need fixed"
1619
- # documentation
@@ -59,15 +62,10 @@
5962
name: "needs more info :thinking:"
6063
color: "795548"
6164
description: "Need Info"
62-
- # wontfix
63-
name: "wontfix :coffin:"
64-
color: "ffffff"
65-
description: ""
66-
from_name: "wontfix"
6765
- # Blocker
6866
name: "Blocker :triangular_flag_on_post:"
6967
color: "ff0000"
70-
description: "Urgent Release Blocker"
68+
description: "Urgent bug, blocking release"
7169
- # Website
7270
name: "Website :technologist:"
7371
color: "FFFFFF"
@@ -85,3 +83,9 @@
8583
color: "87ceeb"
8684
description: "Sync Action"
8785
from_name: "sync"
86+
- # Won't fix
87+
name: "Wont_fix_it :man_mechanic:"
88+
color: "b45f06"
89+
description: "Won't fix"
90+
from_name: "wontfix"
91+

0 commit comments

Comments
 (0)