Skip to content

Commit 6e9c219

Browse files
authored
Rollup merge of #63071 - rust-lang:some-new-labels, r=pietroalbini
Allow rustbot to add `F-*` + `requires-nightly`. r? @pietroalbini
2 parents da2bf67 + 84c6d30 commit 6e9c219

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)