Skip to content

Setup basic r? rustc-dev-guide review group #2431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions triagebot.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# This file's format is documented at
# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration

[assign]

[autolabel."needs-triage"]
new_issue = true
exclude_labels = [
Expand All @@ -22,8 +20,8 @@ remove_labels = ["S-waiting-on-author"]
# Those labels are added when PR author requests a review from an assignee
add_labels = ["S-waiting-on-review"]

# Enable tracking of PR review assignment
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html
# Enable shortcuts like `@rustbot ready`
# Documentation at: https://forge.rust-lang.org/triagebot/shortcuts.html
[shortcut]

[autolabel."S-waiting-on-review"]
Expand Down Expand Up @@ -69,3 +67,16 @@ allow-unauthenticated = [

[behind-upstream]
days-threshold = 7

# Enable triagebot (PR) assignment.
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment.html
[assign]

# Keep members alphanumerically sorted.
[assign.adhoc_groups]
rustc-dev-guide = [
"@BoxyUwU",
"@jieyouxu",
"@jyn514",
"@tshepang",
]