rust-analyzer/triagebot.toml
2025-07-28 19:24:45 +02:00

34 lines
687 B
TOML

[assign]
[shortcut]
[relabel]
allow-unauthenticated = [
"S-*",
"A-*",
]
[autolabel."S-waiting-on-review"]
new_pr = true
[no-merges]
exclude_titles = [ # exclude syncs from subtree in rust-lang/rust
"Sync from downstream",
"sync from downstream",
"Sync from rust",
"sync from rust",
"Rustc pull update",
]
labels = ["has-merge-commits", "S-waiting-on-author"]
[transfer]
# Canonicalize issue numbers to avoid closing the wrong issue when upstreaming this subtree
[canonicalize-issue-links]
# Prevents mentions in commits to avoid users being spammed
[no-mentions]
# Automatically close and reopen PRs made by bots to run CI on them
[bot-pull-requests]