Skip to content

Commit

Permalink
Rollup merge of #63071 - rust-lang:some-new-labels, r=pietroalbini
Browse files Browse the repository at this point in the history
Allow rustbot to add `F-*` + `requires-nightly`.

r? @pietroalbini
  • Loading branch information
Centril authored Jul 28, 2019
2 parents d17ad1b + 84c6d30 commit 370aa19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
@@ -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",
]
Expand Down

0 comments on commit 370aa19

Please sign in to comment.