We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e28c3 commit 24b6922Copy full SHA for 24b6922
triagebot.toml
@@ -11,5 +11,10 @@ allow-unauthenticated = [
11
new_pr = true
12
13
[no-merges]
14
-exclude_labels = ["sync"]
+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
+]
20
labels = ["has-merge-commits", "S-waiting-on-author"]
0 commit comments