about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-07-18 14:49:21 +0200
committerGitHub <noreply@github.com>2025-07-18 14:49:21 +0200
commitc0d848dbc9df55a5a4e091ca67277bc75949795c (patch)
tree1ad0a6ba5ba060e4a83c42c793998d925adbbb76
parent5368845df342d77332a8a49d19d45a361f6e9153 (diff)
parent491b873d83052acb89d6b6ad5a5ab31d0a88a8c5 (diff)
downloadrust-c0d848dbc9df55a5a4e091ca67277bc75949795c.tar.gz
rust-c0d848dbc9df55a5a4e091ca67277bc75949795c.zip
Rollup merge of #144063 - jieyouxu:label-ci, r=Kobzol
Add myself to the `infra-ci` reviewer group and adjust some infra auto-labels

- Commit 1 is a drive-by adjustment. Auto-label `src/ci` and `.github/workflows` with https://github.com/rust-lang/rust/labels/A-CI, and include `.github/workflows` for https://github.com/rust-lang/rust/labels/T-infra trigger files.
- Commit 2 adds myself to the `infra-ci` reviewer adhoc group.

r? ``````@Kobzol``````
-rw-r--r--triagebot.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 2f8114aeb3b..61d8a814c89 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -471,6 +471,7 @@ trigger_files = [
 
 [autolabel."T-infra"]
 trigger_files = [
+    ".github/workflows",
     "src/ci",
     "src/tools/bump-stage0",
     "src/tools/cargotest",
@@ -598,6 +599,12 @@ trigger_files = [
     "src/tools/clippy",
 ]
 
+[autolabel."A-CI"]
+trigger_files = [
+    ".github/workflows",
+    "src/ci",
+]
+
 # ------------------------------------------------------------------------------
 # Prioritization and team nominations
 # ------------------------------------------------------------------------------
@@ -1316,6 +1323,7 @@ infra-ci = [
     "@Kobzol",
     "@marcoieni",
     "@jdno",
+    "@jieyouxu",
 ]
 rustdoc = [
     "@GuillaumeGomez",