From 6e0c456ec4a05ebacf23039af797dbcfff49086c Mon Sep 17 00:00:00 2001
From: Peter Jaszkowiak
Date: Fri, 15 Sep 2023 21:56:10 -0600
Subject: [PATCH] triagebot no-merges: exclude "Rustup"s, add labels
---
triagebot.toml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/triagebot.toml b/triagebot.toml
index 6856bb0ab375..419b3c30deb0 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -11,6 +11,8 @@ allow-unauthenticated = [
# Have rustbot inform users about the *No Merge Policy*
[no-merges]
+exclude_titles = ["Rustup"] # exclude syncs from rust-lang/rust
+labels = ["has-merge-commits", "S-waiting-on-author"]
[autolabel."S-waiting-on-review"]
new_pr = true