summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-07-28 10:29:38 +0200
committerGitHub <noreply@github.com>2019-07-28 10:29:38 +0200
commit84c6d3088e7dfe580172556218a2a3494e08ccd8 (patch)
treee4197d813ea11c7eb9b5c9492253b3eb583efbf3
parent9a239ef4ded03d155c72b68b5a2dd7aff013e141 (diff)
downloadrust-some-new-labels.tar.gz
Allow rustbot to add `F-*` + `requires-nightly`.some-new-labels
-rw-r--r--triagebot.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 0e703a3ab34..f3509897bdf 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -1,6 +1,7 @@
[relabel]
allow-unauthenticated = [
- "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*",
+ "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",
]