1+ # This file's format is documented at
2+ # https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
3+
14[assign ]
25
6+ [autolabel ."needs-triage" ]
7+ new_issue = true
8+ exclude_labels = [
9+ " A-diagnostics" ,
10+ " C-tracking-issue" ,
11+ ]
12+
13+ [review-submitted ]
14+ # This label is added when a "request changes" review is submitted.
15+ reviewed_label = " S-waiting-on-author"
16+ # These labels are removed when a "request changes" review is submitted.
17+ review_labels = [" S-waiting-on-review" ]
18+
19+ [review-requested ]
20+ # Those labels are removed when PR author requests a review from an assignee
21+ remove_labels = [" S-waiting-on-author" ]
22+ # Those labels are added when PR author requests a review from an assignee
23+ add_labels = [" S-waiting-on-review" ]
24+
25+ # Enable tracking of PR review assignment
26+ # Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html
27+ [shortcut ]
28+
29+ [autolabel ."S-waiting-on-review" ]
30+ new_pr = true
31+
32+ # Enable issue transfers within the org
33+ # Documentation at: https://forge.rust-lang.org/triagebot/transfer.html
34+ [transfer ]
35+
336[relabel ]
437allow-unauthenticated = [
5- " waiting-on-review" ,
6- " waiting-on-author" ,
7- " blocked" ,
38+ " -Z*" ,
39+ " A-*" ,
40+ " C-*" ,
41+ " D-*" ,
42+ " E-*" ,
43+ " F-*" ,
44+ " I-*" ,
45+ " L-*" ,
46+ " O-*" ,
47+ " PG-*" ,
48+ " S-*" ,
49+ " T-*" ,
50+ " WG-*" ,
51+ " needs-triage" ,
852]
953
54+ # Enable `@rustbot note` functionality
55+ # Documentation at: https://forge.rust-lang.org/triagebot/note.html
56+ [note ]
57+
58+ # Prevents mentions in commits to avoid users being spammed
59+ # Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
1060[no-mentions ]
1161
12- [canonicalize-issue-links ]
62+ # Canonicalize issue numbers to avoid closing the wrong issue
63+ # when commits are included in subtrees, as well as warning links in commits.
64+ # Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html
65+ [issue-links ]
1366
1467# Automatically close and reopen PRs made by bots to run CI on them
1568[bot-pull-requests ]
1669
1770[behind-upstream ]
18- days-threshold = 7
71+ days-threshold = 7
0 commit comments