mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 08:16:56 +00:00
80 lines
1.8 KiB
TOML
80 lines
1.8 KiB
TOML
[relabel]
|
|
allow-unauthenticated = [
|
|
"A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*",
|
|
"good first issue", "beta-nominated"
|
|
]
|
|
|
|
# Allows shortcuts like `@rustbot ready`
|
|
#
|
|
# See https://forge.rust-lang.org/triagebot/shortcuts.html
|
|
[shortcut]
|
|
|
|
[merge-conflicts]
|
|
|
|
[note]
|
|
|
|
[close]
|
|
|
|
[transfer]
|
|
|
|
[issue-links]
|
|
|
|
[mentions."clippy_lints/src/doc"]
|
|
cc = ["@notriddle"]
|
|
|
|
# Prevents mentions in commits to avoid users being spammed
|
|
[no-mentions]
|
|
|
|
# Have rustbot inform users about the *No Merge Policy*
|
|
[no-merges]
|
|
exclude_titles = ["Rustup"] # exclude syncs from rust-lang/rust
|
|
labels = ["has-merge-commits", "S-waiting-on-author"]
|
|
|
|
[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"]
|
|
|
|
[review-submitted]
|
|
# These labels are removed when a review is submitted.
|
|
review_labels = ["S-waiting-on-review"]
|
|
# This label is added when a review is submitted.
|
|
reviewed_label = "S-waiting-on-author"
|
|
|
|
[autolabel."S-waiting-on-review"]
|
|
new_pr = true
|
|
|
|
[concern]
|
|
# These labels are set when there are unresolved concerns, removed otherwise
|
|
labels = ["S-waiting-on-concerns"]
|
|
|
|
# Show differences when a PR is rebased
|
|
[range-diff]
|
|
|
|
# Amend a review to include a link to what was changed since the review
|
|
[review-changes-since]
|
|
|
|
[assign]
|
|
contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
|
|
users_on_vacation = [
|
|
"matthiaskrgr",
|
|
"Manishearth",
|
|
"flip1995",
|
|
]
|
|
|
|
[assign.owners]
|
|
"/.github" = ["@flip1995"]
|
|
"/triagebot.toml" = ["@flip1995"]
|
|
"/book" = ["@flip1995"]
|
|
"*" = [
|
|
"@Manishearth",
|
|
"@llogiq",
|
|
"@Alexendoo",
|
|
"@dswij",
|
|
"@Jarcho",
|
|
"@blyxyas",
|
|
"@y21",
|
|
"@samueltardieu",
|
|
]
|