We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f05a4f + cd876fa commit 682eaefCopy full SHA for 682eaef
.github/workflows/auto-label.yaml
@@ -24,6 +24,7 @@ jobs:
24
{ keyword: 'refactor', label: 'refactor' },
25
{ keyword: 'fix', label: 'bug' },
26
{ keyword: '[RENOVATE-BOT]', label: 'dependency upgrade' },
27
+ { keyword: '[SECURITY]', label: 'security' },
28
];
29
30
// Collect all labels that should be added according to the title
0 commit comments