We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow-unauthenticated
1 parent 6f7927d commit dc345b0Copy full SHA for dc345b0
src/doc/rustc-dev-guide/triagebot.toml
@@ -2,9 +2,20 @@
2
3
[relabel]
4
allow-unauthenticated = [
5
- "waiting-on-review",
6
- "waiting-on-author",
7
- "blocked",
+ "-Z*",
+ "A-*",
+ "C-*",
8
+ "D-*",
9
+ "E-*",
10
+ "F-*",
11
+ "I-*",
12
+ "L-*",
13
+ "O-*",
14
+ "PG-*",
15
+ "S-*",
16
+ "T-*",
17
+ "WG-*",
18
+ "needs-triage",
19
]
20
21
[no-mentions]
@@ -15,4 +26,4 @@ allow-unauthenticated = [
26
[bot-pull-requests]
27
28
[behind-upstream]
-days-threshold = 7
29
+days-threshold = 7
0 commit comments