File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
# This file's format is documented at
2
2
# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
3
3
4
- [assign ]
5
-
6
4
[autolabel ."needs-triage" ]
7
5
new_issue = true
8
6
exclude_labels = [
@@ -22,8 +20,8 @@ remove_labels = ["S-waiting-on-author"]
22
20
# Those labels are added when PR author requests a review from an assignee
23
21
add_labels = [" S-waiting-on-review" ]
24
22
25
- # Enable tracking of PR review assignment
26
- # Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking .html
23
+ # Enable shortcuts like `@rustbot ready`
24
+ # Documentation at: https://forge.rust-lang.org/triagebot/shortcuts .html
27
25
[shortcut ]
28
26
29
27
[autolabel ."S-waiting-on-review" ]
@@ -69,3 +67,16 @@ allow-unauthenticated = [
69
67
70
68
[behind-upstream ]
71
69
days-threshold = 7
70
+
71
+ # Enable triagebot (PR) assignment.
72
+ # Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment.html
73
+ [assign ]
74
+
75
+ # Keep members alphanumerically sorted.
76
+ [assign .adhoc_groups ]
77
+ rustc-dev-guide = [
78
+ " @BoxyUwU" ,
79
+ " @jieyouxu" ,
80
+ " @jyn514" ,
81
+ " @tshepang" ,
82
+ ]
You can’t perform that action at this time.
0 commit comments