Rollup merge of #69505 - Mark-Simulacrum:triagebot-diag-labels, r=Centril

Enable setting diagnostic labels
This commit is contained in:
Yuki Okushi 2020-02-27 14:38:11 +09:00 committed by GitHub
commit c384acec29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
[relabel] [relabel]
allow-unauthenticated = [ allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
"D-*",
"requires-nightly", "requires-nightly",
# I-* without I-nominated # I-* without I-nominated
"I-*", "!I-nominated", "I-*", "!I-nominated",