about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2024-05-24 10:36:44 +0200
committerJakub Beránek <berykubik@gmail.com>2024-05-24 10:36:44 +0200
commite2ef4e1b0d94ba481ca4d379bb9f1d883e6c0b07 (patch)
tree75cb535f4118d2123fe3890e20a09b64fcd7d729
parent7601adcc764d42c9f2984082b49948af652df986 (diff)
downloadrust-e2ef4e1b0d94ba481ca4d379bb9f1d883e6c0b07.tar.gz
rust-e2ef4e1b0d94ba481ca4d379bb9f1d883e6c0b07.zip
Notify kobzol after changes to `opt-dist`
-rw-r--r--triagebot.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 2e45b257f81..95fa3befe60 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -842,6 +842,9 @@ cc = ["@Zalathar"]
 message = "Some changes occurred in coverage tests."
 cc = ["@Zalathar"]
 
+[mentions."src/tools/opt-dist"]
+cc = ["@kobzol"]
+
 [assign]
 warn_non_default_branch = true
 contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
@@ -1059,6 +1062,7 @@ project-exploit-mitigations = [
 "/src/tools/cargo" =                                     ["@ehuss"]
 "/src/tools/compiletest" =                               ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors", "@jieyouxu"]
 "/src/tools/linkchecker" =                               ["@ehuss"]
+"/src/tools/opt-dist" =                                  ["@kobzol"]
 "/src/tools/run-make-support" =                          ["@jieyouxu"]
 "/src/tools/rust-installer" =                            ["bootstrap"]
 "/src/tools/rustbook" =                                  ["@ehuss"]