Skip to content

Commit 5cf5a52

Browse files
committed
triagebot.toml: Sort and wrap the list of allowed labels
1 parent 96cc0c6 commit 5cf5a52

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

triagebot.toml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
[relabel]
22
allow-unauthenticated = [
3-
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "I-*",
3+
"A-*",
4+
"C-*",
45
"D-*",
6+
"E-*",
7+
"F-*",
8+
"I-*",
9+
"NLL-*",
10+
"O-*",
11+
"S-*",
12+
"T-*",
13+
"WG-*",
514
"needs-fcp",
615
"relnotes",
716
"requires-nightly",

0 commit comments

Comments
 (0)