Skip to content

Commit 2c5bf03

Browse files
committed
fix: update aliases for labels in labels.json for consistency and clarity
1 parent ef38155 commit 2c5bf03

1 file changed

Lines changed: 40 additions & 48 deletions

File tree

.github/labels.json

Lines changed: 40 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,15 @@
99
"name": "release: breaking",
1010
"color": "d73a4a",
1111
"description": "Introduces a breaking change.",
12-
"aliases": ["breaking change", "breaking-change", "Type: Breaking Change", "type: breaking", "breaking"]
13-
},
14-
{
15-
"name": "effort: 1",
16-
"color": "91ca55"
17-
},
18-
{
19-
"name": "effort: 2",
20-
"color": "c2e2a2"
21-
},
22-
{
23-
"name": "effort: 3",
24-
"color": "e9f4dc"
25-
},
26-
{
27-
"name": "effort: 5",
28-
"color": "fef6d7"
29-
},
30-
{
31-
"name": "effort: 8",
32-
"color": "fef2c0"
33-
},
34-
{
35-
"name": "effort: 13",
36-
"color": "fbca04"
12+
"aliases": [
13+
"breaking change",
14+
"breaking-change",
15+
"Type: Breaking Change",
16+
"type: breaking",
17+
"breaking"
18+
]
3719
},
20+
3821
{
3922
"name": "good first issue",
4023
"color": "7057ff",
@@ -53,26 +36,13 @@
5336
{
5437
"name": "help",
5538
"color": "0e8a16",
56-
"aliases": ["help wanted", "Patch Welcome", "status: help wanted", "Status: PR Welcome", "Status: Ready for PR"]
57-
},
58-
{
59-
"name": "priority: now",
60-
"color": "b10e1e",
61-
"aliases": ["priority: critical", "Priority: Critical"]
62-
},
63-
{
64-
"name": "priority: soon",
65-
"color": "d17a22",
66-
"aliases": ["priority: medium", "Priority: Medium"]
67-
},
68-
{
69-
"name": "priority: 2day",
70-
"color": "f9d616",
71-
"aliases": ["priority: high", "Priority: High"]
72-
},
73-
{
74-
"name": "semantic-release",
75-
"color": "e6e6e6"
39+
"aliases": [
40+
"help wanted",
41+
"Patch Welcome",
42+
"status: help wanted",
43+
"Status: PR Welcome",
44+
"Status: Ready for PR"
45+
]
7646
},
7747
{
7848
"name": "state: approved",
@@ -90,7 +60,14 @@
9060
"name": "state: pending",
9161
"color": "C3F7F7",
9262
"description": "Action is underway but awaiting other tasks or data before completion.",
93-
"aliases": ["in progress", "on hold", "pending", "Status: In Progress", "Status: Review Needed", "watchlist"]
63+
"aliases": [
64+
"in progress",
65+
"on hold",
66+
"pending",
67+
"Status: In Progress",
68+
"Status: Review Needed",
69+
"watchlist"
70+
]
9471
},
9572
{
9673
"name": "state: inactive",
@@ -166,13 +143,28 @@
166143
"name": "type: feature",
167144
"color": "FA1DD4",
168145
"description": "Brand new functionality, features, pages, workflows, endpoints, etc.",
169-
"aliases": ["addition", "enhancement", "feature", "type: enhancement", "Type: Feature", "performance"]
146+
"aliases": [
147+
"addition",
148+
"enhancement",
149+
"feature",
150+
"type: enhancement",
151+
"Type: Feature",
152+
"performance"
153+
]
170154
},
171155
{
172156
"name": "type: fix",
173157
"color": "FA1DD4",
174158
"description": "Iterations on existing features or infrastructure.",
175-
"aliases": ["fix", "improvement", "optimization", "refactor", "Type: Fix", "Type: Refactoring", "bug"]
159+
"aliases": [
160+
"fix",
161+
"improvement",
162+
"optimization",
163+
"refactor",
164+
"Type: Fix",
165+
"Type: Refactoring",
166+
"bug"
167+
]
176168
},
177169
{
178170
"name": "type: security",

0 commit comments

Comments
 (0)