diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-05-24 17:48:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 17:48:04 +0200 |
| commit | 54a2bd8e745fbdc7da776962df6de76ad3001c83 (patch) | |
| tree | c6bac58f6106abb9b2f56e4290edf2449ada23d0 | |
| parent | a2a68f2d3d2f1836b271df1e1634f18946274095 (diff) | |
| parent | e2ef4e1b0d94ba481ca4d379bb9f1d883e6c0b07 (diff) | |
| download | rust-54a2bd8e745fbdc7da776962df6de76ad3001c83.tar.gz rust-54a2bd8e745fbdc7da776962df6de76ad3001c83.zip | |
Rollup merge of #125482 - Kobzol:triagebot-opt-dist, r=lqd
Notify kobzol after changes to `opt-dist` r? ``@Mark-Simulacrum``
| -rw-r--r-- | triagebot.toml | 4 |
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"] |
