From 21b30812eabf36096d05fb07fc32e1075bc20728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 04:37:18 +0000 Subject: [PATCH] chore(deps): bump kentaro-m/auto-assign-action in the minor group Bumps the minor group with 1 update: [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action). Updates `kentaro-m/auto-assign-action` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases) - [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: kentaro-m/auto-assign-action dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_auto_assign.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_auto_assign.yaml b/.github/workflows/_auto_assign.yaml index 609c7f873..0b354943e 100644 --- a/.github/workflows/_auto_assign.yaml +++ b/.github/workflows/_auto_assign.yaml @@ -10,6 +10,6 @@ jobs: !startsWith(github.head_ref, 'release-please--') && !startsWith(github.head_ref, 'dependabot/') steps: - - uses: kentaro-m/auto-assign-action@v2.0.1 + - uses: kentaro-m/auto-assign-action@v2.0.2 with: configuration-path: .github/auto_assign_config.yaml