diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-05-27 00:52:38 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-05-27 19:52:59 +0800 |
| commit | e25cf45daa8069ca984b2e4132774681461e4231 (patch) | |
| tree | 9253d89af16a631098061cdde5b8158315935efe | |
| parent | d76fe154029e03aeb64af721beafdcef856d576a (diff) | |
| download | rust-e25cf45daa8069ca984b2e4132774681461e4231.tar.gz rust-e25cf45daa8069ca984b2e4132774681461e4231.zip | |
triagebot: label `src/llvm-project` and `rustc_{llvm, codegen_llvm}` changes with `A-LLVM`
| -rw-r--r-- | triagebot.toml | 7 |
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}" |
