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 11# This file's format is documented at
22# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
33
4- [assign ]
5-
64[autolabel ."needs-triage" ]
75new_issue = true
86exclude_labels = [
@@ -22,8 +20,8 @@ remove_labels = ["S-waiting-on-author"]
2220# Those labels are added when PR author requests a review from an assignee
2321add_labels = [" S-waiting-on-review" ]
2422
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
2725[shortcut ]
2826
2927[autolabel ."S-waiting-on-review" ]
@@ -69,3 +67,16 @@ allow-unauthenticated = [
6967
7068[behind-upstream ]
7169days-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