Skip to content

Commit dc345b0

Browse files
committed
triagebot: adjust allow-unauthenticated labels
1 parent 6f7927d commit dc345b0

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

src/doc/rustc-dev-guide/triagebot.toml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22

33
[relabel]
44
allow-unauthenticated = [
5-
"waiting-on-review",
6-
"waiting-on-author",
7-
"blocked",
5+
"-Z*",
6+
"A-*",
7+
"C-*",
8+
"D-*",
9+
"E-*",
10+
"F-*",
11+
"I-*",
12+
"L-*",
13+
"O-*",
14+
"PG-*",
15+
"S-*",
16+
"T-*",
17+
"WG-*",
18+
"needs-triage",
819
]
920

1021
[no-mentions]
@@ -15,4 +26,4 @@ allow-unauthenticated = [
1526
[bot-pull-requests]
1627

1728
[behind-upstream]
18-
days-threshold = 7
29+
days-threshold = 7

0 commit comments

Comments
 (0)