67 lines
1.5 KiB
TOML
67 lines
1.5 KiB
TOML
# 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 = [
|
|
"A-diagnostics",
|
|
"C-tracking-issue",
|
|
]
|
|
|
|
[review-submitted]
|
|
# This label is added when a "request changes" review is submitted.
|
|
reviewed_label = "S-waiting-on-author"
|
|
# These labels are removed when a "request changes" review is submitted.
|
|
review_labels = ["S-waiting-on-review"]
|
|
|
|
[review-requested]
|
|
# Those labels are removed when PR author requests a review from an assignee
|
|
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
|
|
[shortcut]
|
|
|
|
[autolabel."S-waiting-on-review"]
|
|
new_pr = true
|
|
|
|
# Enable issue transfers within the org
|
|
# Documentation at: https://forge.rust-lang.org/triagebot/transfer.html
|
|
[transfer]
|
|
|
|
[relabel]
|
|
allow-unauthenticated = [
|
|
"-Z*",
|
|
"A-*",
|
|
"C-*",
|
|
"D-*",
|
|
"E-*",
|
|
"F-*",
|
|
"I-*",
|
|
"L-*",
|
|
"O-*",
|
|
"PG-*",
|
|
"S-*",
|
|
"T-*",
|
|
"WG-*",
|
|
"needs-triage",
|
|
]
|
|
|
|
# Enable `@rustbot note` functionality
|
|
# Documentation at: https://forge.rust-lang.org/triagebot/note.html
|
|
[note]
|
|
|
|
[no-mentions]
|
|
|
|
[canonicalize-issue-links]
|
|
|
|
# Automatically close and reopen PRs made by bots to run CI on them
|
|
[bot-pull-requests]
|
|
|
|
[behind-upstream]
|
|
days-threshold = 7
|