Skip to content

Commit 24b6922

Browse files
committed
triagebot exclude_labels -> exclude_titles
1 parent 12e28c3 commit 24b6922

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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)