Skip to content

Commit d9ae56e

Browse files
committed
Update labels.yaml with standard sections from tedilabs/github
1 parent 137a1fa commit d9ae56e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/labels.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
# Warning
2+
- color: "ee0701"
3+
description: "Categorize to note any change that requires extra attention."
4+
name: ":warning: breaking change"
25
- color: "ee0701"
36
description: "Categorize bug reports."
47
name: ":warning: bug"
58
- color: "ee0701"
69
description: "Categorize vulnerability reports."
710
name: ":warning: vulnerability"
811

12+
# Task Types
13+
- color: "1d76db"
14+
description: "Improvements or additions to documentation."
15+
name: ":pencil2: documentation"
16+
- color: "1d76db"
17+
description: "A new feature of the project."
18+
name: ":pencil2: feature"
19+
- color: "1d76db"
20+
description: "Any dependency updates, housekeeping, or maintenance work."
21+
name: ":pencil2: maintenance"
22+
923
# Highlight
1024
- color: "0e8a16"
1125
description: "Good for newcomers."
@@ -18,6 +32,9 @@
1832
- color: "b60205"
1933
description: "This issue or pull request already exists."
2034
name: ":pray: duplicate"
35+
- color: "b60205"
36+
description: "This issue or pull request is invalid."
37+
name: ":pray: invalid"
2138
- color: "b60205"
2239
description: "This will not be worked on."
2340
name: ":pray: wontfix"
@@ -37,4 +54,4 @@
3754
name: "size/L"
3855
- color: "cfd3d7"
3956
description: "Extra Large size issue or PR."
40-
name: "size/XL"
57+
name: "size/XL"

0 commit comments

Comments
 (0)