mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-07-07 13:15:27 +00:00
29 lines
573 B
TOML
29 lines
573 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",
|
|
]
|
|
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]
|