From 9d897114e5a893e8930a354759be4632a840b16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:13:32 +0000 Subject: [PATCH] Bump necojackarc/auto-request-review from 0.10.0 to 0.13.0 Bumps [necojackarc/auto-request-review](https://github.com/necojackarc/auto-request-review) from 0.10.0 to 0.13.0. - [Release notes](https://github.com/necojackarc/auto-request-review/releases) - [Commits](https://github.com/necojackarc/auto-request-review/compare/v0.10.0...v0.13.0) --- updated-dependencies: - dependency-name: necojackarc/auto-request-review dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/add_additional_reviewers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_additional_reviewers.yaml b/.github/workflows/add_additional_reviewers.yaml index da10899642..051f5e9324 100644 --- a/.github/workflows/add_additional_reviewers.yaml +++ b/.github/workflows/add_additional_reviewers.yaml @@ -11,7 +11,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} steps: - name: Request additional reviews based on supplied rules - uses: necojackarc/auto-request-review@v0.10.0 + uses: necojackarc/auto-request-review@v0.13.0 with: token: ${{ secrets.GH_TOKEN }} config: .github/additional_reviewers_config.yaml