Skip to content

Commit

Permalink
Rollup merge of rust-lang#98409 - joshtriplett:triagebot-nominated, r…
Browse files Browse the repository at this point in the history
…=Mark-Simulacrum

triagebot.toml: Allow applying nominated labels
  • Loading branch information
matthiaskrgr authored Jun 23, 2022
2 parents 665ec8d + 5cf5a52 commit 362801a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions triagebot.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
[relabel]
allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
"A-*",
"C-*",
"D-*",
"E-*",
"F-*",
"I-*",
"NLL-*",
"O-*",
"S-*",
"T-*",
"WG-*",
"needs-fcp",
"relnotes",
"requires-nightly",
"regression-*",
"perf-*",
# I-* without I-*nominated
"I-*", "!I-*nominated",
"AsyncAwait-OnDeck",
]

Expand Down

0 comments on commit 362801a

Please sign in to comment.