mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
21 lines
355 B
TOML
21 lines
355 B
TOML
[assign]
|
|
|
|
[shortcut]
|
|
|
|
[relabel]
|
|
allow-unauthenticated = [
|
|
"S-*",
|
|
]
|
|
|
|
[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"]
|