Skip to content

Commit

Permalink
Allow rustbot to add F-* + requires-nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril authored Jul 28, 2019
1 parent 9a239ef commit 84c6d30
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 84c6d30

Please sign in to comment.