diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-04-15 23:52:59 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-04-15 23:52:59 +0200 |
| commit | 3db489bdcfcf2c31034194a30ca60a7cc2ba5adb (patch) | |
| tree | 3b4d2a7bcd8ed1f79a0ab3e95b6a9b835151fd37 | |
| parent | 07133ac70cca85b2f91aedb76a21ece524bc0cb4 (diff) | |
| download | rust-3db489bdcfcf2c31034194a30ca60a7cc2ba5adb.tar.gz rust-3db489bdcfcf2c31034194a30ca60a7cc2ba5adb.zip | |
add repo-specific triagebot configuration
| -rw-r--r-- | triagebot.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml new file mode 100644 index 00000000000..6f60481600c --- /dev/null +++ b/triagebot.toml @@ -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", +] |
