From c8ec9c5b064e7f18c8b6f6c65b75a7c8e96bee65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 02:06:17 +0000 Subject: [PATCH] Bump necojackarc/auto-request-review from 0.8.0 to 0.9.0 Bumps [necojackarc/auto-request-review](https://github.com/necojackarc/auto-request-review) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/necojackarc/auto-request-review/releases) - [Commits](https://github.com/necojackarc/auto-request-review/compare/b5e81876454003a4ccb9b89cb205c67d77d7035b...5e897759f28dfd90d15f667cc42f59eb06e7c849) --- 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/auto_request_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_request_review.yml b/.github/workflows/auto_request_review.yml index 6d8edd5c22e116..b0812bc547bc27 100644 --- a/.github/workflows/auto_request_review.yml +++ b/.github/workflows/auto_request_review.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Request review based on files changes and/or groups the author belongs to - uses: necojackarc/auto-request-review@b5e81876454003a4ccb9b89cb205c67d77d7035b # v0.8.0 + uses: necojackarc/auto-request-review@5e897759f28dfd90d15f667cc42f59eb06e7c849 # v0.9.0 with: # scope: public_repo token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}