about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-05-27 20:57:55 +0200
committerGitHub <noreply@github.com>2025-05-27 20:57:55 +0200
commit732f671c53a88cbbf06f0a3713497031e2a5d3ea (patch)
treee00a43141a5de047e0f863e25af0901ca108d9bb
parent16af814a4efa64ce9e165eaa0353e43145a6572e (diff)
parente25cf45daa8069ca984b2e4132774681461e4231 (diff)
downloadrust-732f671c53a88cbbf06f0a3713497031e2a5d3ea.tar.gz
rust-732f671c53a88cbbf06f0a3713497031e2a5d3ea.zip
Rollup merge of #141602 - jieyouxu:llvm-submodule, r=apiraino
triagebot: label LLVM submodule changes with `A-LLVM`

Fixes rust-lang/rust#141601.

r? `@apiraino`
-rw-r--r--triagebot.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 308e8db3438..12cbc926a4a 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -593,6 +593,13 @@ trigger_files = [
     "src/doc/rustc-dev-guide",
 ]
 
+[autolabel."A-LLVM"]
+trigger_files = [
+    "src/llvm-project",
+    "compiler/rustc_llvm",
+    "compiler/rustc_codegen_llvm",
+]
+
 [notify-zulip."I-prioritize"]
 zulip_stream = 245100 # #t-compiler/prioritization/alerts
 topic = "#{number} {title}"