@@ -35,75 +35,129 @@ branches:
35
35
# https://docs.github.com/en/rest/reference/issues#update-a-label
36
36
37
37
labels :
38
- - name : " Added "
39
- description : " Changelog Added "
40
- color : " 90db3f "
38
+ - name : " s: needs decision "
39
+ description : " Needs team/maintainer decision "
40
+ color : " C453C3 "
41
41
42
- - name : " Changed "
43
- description : " Changelog Changed "
42
+ - name : " s: needs proposal "
43
+ description : " Changelog Fixed "
44
44
color : " fbca04"
45
45
46
- - name : " Dependency update "
47
- description : " Pull requests that update a dependency file "
48
- color : " e1f788 "
46
+ - name : " s: needs design "
47
+ description : " Changelog Fixed "
48
+ color : " fbca04 "
49
49
50
- - name : " Deprecated "
51
- description : " Changelog Deprecated "
52
- color : " 1d76db "
50
+ - name : " s: accepted "
51
+ description : " Accepted feature / Confirmed bug "
52
+ color : " 0E8A16 "
53
53
54
- - name : " Duplicate"
55
- color : " 000000"
54
+ - name : " s: awaiting more info"
55
+ description : " Additional information are requested"
56
+ color : " B76026"
56
57
57
- - name : " Enhancement"
58
- color : " d7e102"
58
+ - name : " s: invalid"
59
+ description : " This doesn't seem right"
60
+ color : " E4E669"
59
61
60
- - name : " Stale"
61
- color : " 000000"
62
+ - name : " s: on hold"
63
+ description : " Blocked by something or frozen to avoid conflicts"
64
+ color : " A03F0B"
62
65
63
- - name : " Fixed "
64
- description : " Changelog Fixed "
65
- color : " 9ef42e "
66
+ - name : " s: pending triage "
67
+ description : " Pending Triage "
68
+ color : " dddddd "
66
69
67
- - name : " Removed "
68
- description : " Changelog Removed "
69
- color : " e99695 "
70
+ - name : " s: waiting for user interest "
71
+ description : " Waiting for more users interested in this feature "
72
+ color : " 4B02CE "
70
73
71
- - name : " Security "
72
- description : " Changelog Security "
73
- color : " ed3e3b "
74
+ - name : " wontfix "
75
+ description : " This will not be worked on "
76
+ color : " ffffff "
74
77
75
- - name : " Status: Good first issue"
76
- color : " d7e102"
78
+ - name : " question"
79
+ description : " Further information is requested"
80
+ color : " 956692"
77
81
78
- - name : " Status: Help wanted"
79
- color : " 85d84e"
82
+ - name : " p: 1-normal"
83
+ description : " Nothing urgent"
84
+ color : " BFDADC"
80
85
81
- - name : " Status: Needs Work"
82
- color : " fad8c7"
86
+ - name : " p: 2-high"
87
+ description : " Fix main branch"
88
+ color : " FF4d4d"
83
89
84
- - name : " Status: Waiting for feedback"
85
- color : " fef2c0"
90
+ - name : " p: 3-urgent"
91
+ description : " Fix and release ASAP"
92
+ color : " FF0000"
86
93
87
- - name : " Type: BC Break"
88
- color : " b60205"
94
+ - name : " needs test"
95
+ description : " More tests are needed"
96
+ color : " FAF1A2"
89
97
90
- - name : " Type: Bug"
91
- color : " b60205"
98
+ - name : " needs rebase"
99
+ description : " There is a merge conflict"
100
+ color : " 32345B"
92
101
93
- - name : " Type: Critical"
94
- color : " ff8c00"
102
+ - name : " c: bug"
103
+ description : " Something isn't working"
104
+ color : " FFA500"
95
105
96
- - name : " Type: RFC"
97
- color : " fbca04"
106
+ - name : " c: chore"
107
+ description : " PR that doesn't affect the runtime behavior"
108
+ color : " 40E0D0"
109
+
110
+ - name : " c: docs"
111
+ description : " Improvements or additions to documentation"
112
+ color : " FFFF00"
113
+
114
+ - name : " c: dependencies"
115
+ description : " Pull requests that adds/updates a dependency"
116
+ color : " AFEEEE"
117
+
118
+ - name : " c: feature"
119
+ description : " Request for new feature"
120
+ color : " 2878FF"
121
+
122
+ - name : " c: infra"
123
+ description : " Changes to our infrastructure or project setup"
124
+ color : " 2c3e50"
125
+
126
+ - name : " c: refactor"
127
+ description : " PR that affects the runtime behavior, but doesn't add new features or fixes bugs"
128
+ color : " 40E0D0"
129
+
130
+ - name : " c: security"
131
+ description : " Indicates a vulnarability"
132
+ color : " B60205"
133
+
134
+ - name : " deprecation"
135
+ description : " A deprecation was made in the PR"
136
+ color : " C5DEF5"
137
+
138
+ - name : " do NOT merge yet"
139
+ description : " Do not merge this PR into the target branch yet"
140
+ color : " FF0205"
141
+
142
+ - name : " duplicate"
143
+ description : " Duplicate of another issue/PR"
144
+ color : " fef2c0"
145
+
146
+ - name : " good first issue"
147
+ description : " Good for newcomers"
148
+ color : " 7057ff"
98
149
99
- - name : " Type: Unconfirmed"
100
- color : " 444444"
150
+ - name : " has workaround"
151
+ description : " Workaround provided or linked"
152
+ color : " 4049AD"
101
153
102
- - name : " Type: Wontfix"
103
- color : " 000000"
154
+ - name : " help wanted"
155
+ description : " Extra attention is needed"
156
+ color : " 008672"
104
157
105
- - name : " semantic-release"
106
- color : " ff0000"
158
+ - name : " breaking change"
159
+ description : " Cannot be merged when next version is not a major release"
160
+ color : " B05D08"
107
161
108
162
# https://docs.github.com/en/rest/reference/repos#update-a-repository
109
163
0 commit comments