From 63a8f2d4b5507d1fb144db7ba3e329745f805caf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 02:11:30 +0000 Subject: [PATCH] Bump hmarr/auto-approve-action from 2.2.1 to 3.0.0 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7dfcb58..61a0841 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -89,12 +89,12 @@ jobs: needs: finish steps: - name: Approve - uses: hmarr/auto-approve-action@v2.2.1 + uses: hmarr/auto-approve-action@v3.0.0 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' with: github-token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}" - name: Approve - uses: hmarr/auto-approve-action@v2.2.1 + uses: hmarr/auto-approve-action@v3.0.0 if: github.actor == 'LuisAlejandro' with: github-token: "${{ secrets.GITHUB_TOKEN }}"