summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/triagebot.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rust-analyzer/triagebot.toml')
-rw-r--r--src/tools/rust-analyzer/triagebot.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/triagebot.toml b/src/tools/rust-analyzer/triagebot.toml
index f0cd35399..95eed3ee1 100644
--- a/src/tools/rust-analyzer/triagebot.toml
+++ b/src/tools/rust-analyzer/triagebot.toml
@@ -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"]