Skip to content

Commit ced74fa

Browse files
committed
feat(label): add "Type: Security" label
fix #8
1 parent e8e0a61 commit ced74fa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

labels.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
},
112112
{
113113
"name": "Type: Documentation",
114-
"color": "5319e7",
114+
"color": "0e8a16",
115115
"description": "Documentation only changes",
116116
"aliases": [
117117
"documents",
@@ -169,5 +169,13 @@
169169
"aliases": [
170170
"question"
171171
]
172+
},
173+
{
174+
"name": "Type: Security",
175+
"color": "ee0701",
176+
"description": "Vulnerability disclosure or Fixing security issue",
177+
"aliases": [
178+
"security"
179+
]
172180
}
173181
]

0 commit comments

Comments
 (0)