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.
2 parents acf51c8 + dd88af6 commit ae9e327Copy full SHA for ae9e327
triagebot.toml
@@ -1,4 +1,26 @@
1
+# This file's format is documented at
2
+# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
3
+
4
+# ------------------------------------------------------------------------------
5
+# Labels
6
7
8
+[relabel]
9
+allow-unauthenticated = [
10
+ "needs-triage",
11
+]
12
13
[autolabel."pr-not-reviewed"]
14
new_pr = true
15
16
+[autolabel."needs-triage"]
17
+new_issue = true
18
+exclude_labels = [
19
+ "C-tracking-issue",
20
21
22
23
+# PR assignments
24
25
26
[assign]
0 commit comments