Skip to content

Commit 84c6d30

Browse files
authored
Allow rustbot to add F-* + requires-nightly.
1 parent 9a239ef commit 84c6d30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

triagebot.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[relabel]
22
allow-unauthenticated = [
3-
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*",
3+
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
4+
"requires-nightly",
45
# I-* without I-nominated
56
"I-compilemem", "I-compiletime", "I-crash", "I-hang", "I-ICE", "I-slow",
67
]

0 commit comments

Comments
 (0)