From b33dc21d78821ac0fc33241d96badb64a001e0fd Mon Sep 17 00:00:00 2001 From: clubby789 Date: Thu, 3 Jul 2025 17:22:31 +0100 Subject: [PATCH] Assign dependency bump PRs to me --- .github/workflows/dependencies.yml | 1 + triagebot.toml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 98d8c14f7d185..9d4b6192d6eae 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -19,6 +19,7 @@ env: PR_TITLE: Weekly `cargo update` PR_MESSAGE: | Automation to keep dependencies in `Cargo.lock` current. + r? dep-bumps The following is the output from `cargo update`: COMMIT_MESSAGE: "cargo update \n\n" diff --git a/triagebot.toml b/triagebot.toml index 6385528e7b6ed..23defca5c5002 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1350,6 +1350,9 @@ project-exploit-mitigations = [ compiletest = [ "@jieyouxu", ] +dep-bumps = [ + "@clubby789", +] [assign.owners] "/.github/workflows" = ["infra-ci"]