Skip to content

Commit

Permalink
Ignore error when the pull has already been closed
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn committed Oct 5, 2023
1 parent 745a1ea commit 814e1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ jobs:
- name: close
if: ${{ github.actor == 'renovate[bot]' || (github.actor == 'dependabot[bot]' && env.automerge_pull_action == 'close') }}
uses: peter-evans/[email protected]
continue-on-error: true
with:
delete-branch: true

0 comments on commit 814e1cb

Please sign in to comment.