From e90b4938c760da925fdf0fcfc6b3496e8be13612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 01:34:08 +0000 Subject: [PATCH] Bump hmarr/auto-approve-action from 2.1.0 to 2.2.1 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 5a2a9c8..e79e6d3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -65,12 +65,12 @@ jobs: needs: build steps: - name: Approve - uses: hmarr/auto-approve-action@v2.1.0 + uses: hmarr/auto-approve-action@v2.2.1 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.1.0 + uses: hmarr/auto-approve-action@v2.2.1 if: github.actor == 'LuisAlejandro' with: github-token: "${{ secrets.GITHUB_TOKEN }}"