Skip to content

Commit

Permalink
triagebot.toml: Allow applying nominated labels
Browse files Browse the repository at this point in the history
This seems likely to help more than it would hurt; let's see how it
goes.
  • Loading branch information
joshtriplett committed Jun 22, 2022
1 parent 10f4ce3 commit 96cc0c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions triagebot.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[relabel]
allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "I-*",
"D-*",
"needs-fcp",
"relnotes",
"requires-nightly",
"regression-*",
"perf-*",
# I-* without I-*nominated
"I-*", "!I-*nominated",
"AsyncAwait-OnDeck",
]

Expand Down

0 comments on commit 96cc0c6

Please sign in to comment.