Add S-* label modifier to triagebot

This commit is contained in:
Philipp Krones 2020-09-16 16:38:58 +02:00 committed by GitHub
parent 74051c4d4b
commit 9c546b51d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[relabel]
allow-unauthenticated = [
"C-*", "A-*", "E-*", "L-*", "M-*", "O-*",
"C-*", "A-*", "E-*", "L-*", "M-*", "O-*", "S-*",
"good first issue", "needs test"
]