diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d1325b3..c77c80d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -66,12 +66,12 @@ jobs: needs: build steps: - name: Approve - uses: hmarr/auto-approve-action@v2.0.0 + uses: hmarr/auto-approve-action@v2.1.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.0.0 + uses: hmarr/auto-approve-action@v2.1.0 if: github.actor == 'LuisAlejandro' with: github-token: "${{ secrets.GITHUB_TOKEN }}"