triagebot exclude_labels -> exclude_titles

This commit is contained in:
Peter Jaszkowiak 2023-09-16 10:58:53 -06:00
parent 12e28c3575
commit 24b6922957
1 changed files with 6 additions and 1 deletions

View File

@ -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"]