add repo-specific triagebot configuration

This commit is contained in:
Pietro Albini 2019-04-15 23:52:59 +02:00
parent 07133ac70c
commit 3db489bdcf
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C

6
triagebot.toml Normal file
View File

@ -0,0 +1,6 @@
[relabel]
allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*",
# I-* without I-nominated
"I-compilemem", "I-compiletime", "I-crash", "I-hang", "I-ICE", "I-slow",
]