Skip to content

Commit 48a7f63

Browse files
committed
chore: remove common labels from labels.yaml
1 parent 4273e3f commit 48a7f63

File tree

1 file changed

+16
-54
lines changed

1 file changed

+16
-54
lines changed

.github/labels.yaml

Lines changed: 16 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,19 @@
11
# Warning
22
- color: "ee0701"
3-
description: "Categorize to note any change that requires extra attention."
4-
name: ":warning: breaking change"
5-
- color: "ee0701"
6-
description: "Categorize bug reports."
7-
name: ":warning: bug"
8-
- color: "ee0701"
9-
description: "Categorize vulnerability reports."
10-
name: ":warning: vulnerability"
11-
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-
23-
# Highlight
24-
- color: "0e8a16"
25-
description: "Good for newcomers."
26-
name: ":fire: good first issue"
27-
- color: "0e8a16"
28-
description: "Extra attention is needed."
29-
name: ":fire: help wanted"
30-
31-
# Cancel
32-
- color: "b60205"
33-
description: "This issue or pull request already exists."
34-
name: ":pray: duplicate"
35-
- color: "b60205"
36-
description: "This issue or pull request is invalid."
37-
name: ":pray: invalid"
38-
- color: "b60205"
39-
description: "This will not be worked on."
40-
name: ":pray: wontfix"
41-
42-
# Size
43-
- color: "cfd3d7"
44-
description: "Extra Small size issue or PR."
45-
name: "size/XS"
46-
- color: "cfd3d7"
47-
description: "Small size issue or PR."
48-
name: "size/S"
49-
- color: "cfd3d7"
50-
description: "Medium size issue or PR."
51-
name: "size/M"
52-
- color: "cfd3d7"
53-
description: "Large size issue or PR."
54-
name: "size/L"
55-
- color: "cfd3d7"
3+
description: "Categorize to note any change that requires extra attention."- color: "ee0701"
4+
description: "Categorize bug reports."- color: "ee0701"
5+
description: "Categorize vulnerability reports."- color: "1d76db"
6+
description: "Improvements or additions to documentation."- color: "1d76db"
7+
description: "A new feature of the project."- color: "1d76db"
8+
description: "Any dependency updates, housekeeping, or maintenance work."- color: "0e8a16"
9+
description: "Good for newcomers."- color: "0e8a16"
10+
description: "Extra attention is needed."- color: "b60205"
11+
description: "This issue or pull request already exists."- color: "b60205"
12+
description: "This issue or pull request is invalid."- color: "b60205"
13+
description: "This will not be worked on."- color: "cfd3d7"
14+
description: "Extra Small size issue or PR."- color: "cfd3d7"
15+
description: "Small size issue or PR."- color: "cfd3d7"
16+
description: "Medium size issue or PR."- color: "cfd3d7"
17+
description: "Large size issue or PR."- color: "cfd3d7"
5618
description: "Extra Large size issue or PR."
57-
name: "size/XL"
19+

0 commit comments

Comments
 (0)