about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-05-27 00:52:38 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-05-27 19:52:59 +0800
commite25cf45daa8069ca984b2e4132774681461e4231 (patch)
tree9253d89af16a631098061cdde5b8158315935efe
parentd76fe154029e03aeb64af721beafdcef856d576a (diff)
downloadrust-e25cf45daa8069ca984b2e4132774681461e4231.tar.gz
rust-e25cf45daa8069ca984b2e4132774681461e4231.zip
triagebot: label `src/llvm-project` and `rustc_{llvm, codegen_llvm}` changes with `A-LLVM`
-rw-r--r--triagebot.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 9d7a0ef5aec..572568d5d52 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}"