about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2019-10-05 21:54:56 -0700
committerGitHub <noreply@github.com>2019-10-05 21:54:56 -0700
commitdf471c11760daeea221f4ae1161f907aa0d2890d (patch)
tree4d56c138b8c88c2e5966b8be478f012d4b0b9d66
parent2b225bab136aa844d5052b26f942e07bf048bf0a (diff)
parent1fcbd902a1d1145ed91fae1edb7a8c5798f68a14 (diff)
downloadrust-df471c11760daeea221f4ae1161f907aa0d2890d.tar.gz
rust-df471c11760daeea221f4ae1161f907aa0d2890d.zip
Rollup merge of #65064 - rust-lang:permit-asyncawait-ondeck-by-anyone, r=nikomatsakis
permit asyncawait-ondeck to be added by anyone

Still debating if this is the right approach

but r? @pietroalbini to check the format
-rw-r--r--triagebot.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index f3509897bdf..d87c5b64c21 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -3,7 +3,8 @@ 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",
 ]
 
 [assign]