Auto merge of #15620 - pitaj:no-merges_exclude-titles, r=Veykril
triagebot exclude_labels -> exclude_titles https://github.com/rust-lang/triagebot/pull/1720
This commit is contained in:
commit
609bdbc4dd
1 changed files with 6 additions and 1 deletions
|
|
@ -11,5 +11,10 @@ allow-unauthenticated = [
|
|||
new_pr = true
|
||||
|
||||
[no-merges]
|
||||
exclude_labels = ["sync"]
|
||||
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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue