Skip to content

Commit

Permalink
triagebot.toml: Sort and wrap the list of allowed labels
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Jun 22, 2022
1 parent 96cc0c6 commit 5cf5a52
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
[relabel]
allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "I-*",
"A-*",
"C-*",
"D-*",
"E-*",
"F-*",
"I-*",
"NLL-*",
"O-*",
"S-*",
"T-*",
"WG-*",
"needs-fcp",
"relnotes",
"requires-nightly",
Expand Down

0 comments on commit 5cf5a52

Please sign in to comment.