about summary refs log tree commit diff
diff options
context:
space:
mode:
-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",
 ]