Skip to content

Commit e26fce9

Browse files
authored
Merge pull request #2431 from jieyouxu/review-group
2 parents 60d52c8 + b2077fb commit e26fce9

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

triagebot.toml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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"]
75
new_issue = true
86
exclude_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
2321
add_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]
7169
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+
]

0 commit comments

Comments
 (0)