Skip to content

Commit 609bdbc

Browse files
committed
Auto merge of #15620 - pitaj:no-merges_exclude-titles, r=Veykril
triagebot exclude_labels -> exclude_titles rust-lang/triagebot#1720
2 parents 5855bd8 + 24b6922 commit 609bdbc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: triagebot.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@ allow-unauthenticated = [
1111
new_pr = true
1212

1313
[no-merges]
14-
exclude_labels = ["sync"]
14+
exclude_titles = [ # exclude syncs from subtree in rust-lang/rust
15+
"Sync from downstream",
16+
"sync from downstream",
17+
"Sync from rust",
18+
"sync from rust",
19+
]
1520
labels = ["has-merge-commits", "S-waiting-on-author"]

0 commit comments

Comments
 (0)