Skip to content

Commit

Permalink
feat(label): add "Type: Security" label
Browse files Browse the repository at this point in the history
fix #8
  • Loading branch information
azu committed Nov 26, 2020
1 parent e8e0a61 commit ced74fa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
},
{
"name": "Type: Documentation",
"color": "5319e7",
"color": "0e8a16",
"description": "Documentation only changes",
"aliases": [
"documents",
Expand Down Expand Up @@ -169,5 +169,13 @@
"aliases": [
"question"
]
},
{
"name": "Type: Security",
"color": "ee0701",
"description": "Vulnerability disclosure or Fixing security issue",
"aliases": [
"security"
]
}
]

0 comments on commit ced74fa

Please sign in to comment.