Skip to content

Commit 9a87245

Browse files
committed
chore: add kind/question label
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
1 parent a324177 commit 9a87245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/labels.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
{ "name": "kind/cleanup", "color": "#ededed", "description": "Categorizes issue or PR as related to cleaning up code, process, or technical debt." },
77
{ "name": "kind/dependencies", "color": "#ededed", "description": "Pull requests that update a dependency file" },
88
{ "name": "kind/security", "color": "#10cc8a", "description": "Categorizes issue or PR as related to security." },
9+
{ "name": "kind/question", "color": "#775FCB", "description": "Categorizes issues related to questions." },
910
{ "name": "lifecycle/stale", "color": "#795548", "description": "Denotes an issue or PR has remained open with no activity and has become stale." },
1011
{ "name": "lifecycle/frozen", "color": "#d3e2f0", "description": "Indicates that an issue or PR should not be auto-closed due to staleness." },
1112
{ "name": "size/XS", "color": "#009900", "description": "Denotes a PR that changes 0-9 lines, ignoring generated files." },

0 commit comments

Comments
 (0)