Skip to content

Commit

Permalink
triagebot exclude_labels -> exclude_titles
Browse files Browse the repository at this point in the history
  • Loading branch information
pitaj committed Sep 16, 2023
1 parent 12e28c3 commit 24b6922
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 24b6922

Please sign in to comment.