diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2019-10-03 12:37:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-03 12:37:31 -0400 |
| commit | 1fcbd902a1d1145ed91fae1edb7a8c5798f68a14 (patch) | |
| tree | 6e7c912178105d4626860f613e9e9d66e366bc07 | |
| parent | 1222cc98ad8e37c69f89b0f411ac5b96416719f9 (diff) | |
| download | rust-1fcbd902a1d1145ed91fae1edb7a8c5798f68a14.tar.gz rust-1fcbd902a1d1145ed91fae1edb7a8c5798f68a14.zip | |
Update triagebot.toml
Co-Authored-By: Pietro Albini <pietro@pietroalbini.org>
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 53c0e52136e..d87c5b64c21 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -3,7 +3,7 @@ allow-unauthenticated = [ "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "requires-nightly", # I-* without I-nominated - "I-compilemem", "I-compiletime", "I-crash", "I-hang", "I-ICE", "I-slow", + "I-*", "!I-nominated", "AsyncAwait-OnDeck", ] |
