Skip to content

Commit 682eaef

Browse files
authored
Merge pull request #436 from Game-as-a-Service/refactor/room
feat: add security label
2 parents 5f05a4f + cd876fa commit 682eaef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-label.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
{ keyword: 'refactor', label: 'refactor' },
2525
{ keyword: 'fix', label: 'bug' },
2626
{ keyword: '[RENOVATE-BOT]', label: 'dependency upgrade' },
27+
{ keyword: '[SECURITY]', label: 'security' },
2728
];
2829
2930
// Collect all labels that should be added according to the title

0 commit comments

Comments
 (0)