Skip to content

Commit

Permalink
Merge pull request #87 from ilabcode/dependabot/github_actions/dev/hm…
Browse files Browse the repository at this point in the history
…arr/auto-approve-action-4

⬆️ Bump hmarr/auto-approve-action from 3 to 4
  • Loading branch information
PTWaade authored Mar 1, 2024
2 parents 1df472f + 84237c5 commit 2fc24a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge_CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:

- name: Auto approve CompatHelper PRs
if: github.actor == 'CompatHelper Julia'
uses: hmarr/auto-approve-action@v3
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:

- name: Auto approve dependabot PRs
if: github.actor == 'dependabot[bot]'
uses: hmarr/auto-approve-action@v3
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2fc24a7

Please sign in to comment.