2022-04-21 17:43:12 +02:00
|
|
|
[assign]
|
2022-11-09 21:49:10 +02:00
|
|
|
|
|
|
|
[shortcut]
|
|
|
|
|
|
|
|
[relabel]
|
|
|
|
allow-unauthenticated = [
|
|
|
|
"S-*",
|
|
|
|
]
|
|
|
|
|
|
|
|
[autolabel."S-waiting-on-review"]
|
|
|
|
new_pr = true
|
2023-08-07 12:03:15 +03:00
|
|
|
|
|
|
|
[no-merges]
|
2023-11-08 08:15:03 +02:00
|
|
|
exclude_titles = [ # exclude syncs from subtree in rust-lang/rust
|
|
|
|
"Sync from downstream",
|
|
|
|
"sync from downstream",
|
|
|
|
"Sync from rust",
|
|
|
|
"sync from rust",
|
|
|
|
]
|
2023-08-07 12:03:15 +03:00
|
|
|
labels = ["has-merge-commits", "S-waiting-on-author"]
|