mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-27 16:07:46 +00:00
https://github.blog/changelog/2025-11-07-removing-notifications-for-mentions-in-commit-messages/
28 lines
523 B
TOML
28 lines
523 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]
|