From 714c717186df47ac37d40897794054c80b979a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:34:33 +0000 Subject: [PATCH] Bump kentaro-m/auto-assign-action from 2.0.1 to 2.0.2 Bumps [kentaro-m/auto-assign-action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/review.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yaml b/.github/workflows/review.yaml index ac5be29..debebaf 100644 --- a/.github/workflows/review.yaml +++ b/.github/workflows/review.yaml @@ -7,6 +7,6 @@ jobs: add-reviews: runs-on: ubuntu-latest steps: - - uses: kentaro-m/auto-assign-action@v2.0.1 + - uses: kentaro-m/auto-assign-action@v2.0.2 with: configuration-path: '.github/review.yaml'