From 99f957bd5d091df16f59064d2f7dd65caca429df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 28 Jul 2025 09:01:54 +0300 Subject: [PATCH] Adjust triagebot config for rustc-josh-sync --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index 2201b5a5e7..c9862495bc 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -17,6 +17,7 @@ exclude_titles = [ # exclude syncs from subtree in rust-lang/rust "sync from downstream", "Sync from rust", "sync from rust", + "Rustc pull update", ] labels = ["has-merge-commits", "S-waiting-on-author"]