diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-04-16 05:14:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-16 05:14:26 +0200 |
| commit | 67ff8cfde88ecc840a2b85091c5253391f5bea07 (patch) | |
| tree | b7fa334f112057231f324861ffd9837b21fdd96e | |
| parent | a95ca298a621bb5b3bdb906f1bca79ed67f9a713 (diff) | |
| parent | 3db489bdcfcf2c31034194a30ca60a7cc2ba5adb (diff) | |
| download | rust-67ff8cfde88ecc840a2b85091c5253391f5bea07.tar.gz rust-67ff8cfde88ecc840a2b85091c5253391f5bea07.zip | |
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
| -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", +] |
