Rollup merge of #60000 - pietroalbini:triagebot, r=Mark-Simulacrum

Add repo-specific triagebot configuration

r? @Mark-Simulacrum
cc https://github.com/rust-lang/triagebot/pull/9
This commit is contained in:
Mazdak Farrokhzad 2019-04-16 05:14:26 +02:00 committed by GitHub
commit 67ff8cfde8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
]