Skip to content

Commit

Permalink
ci: ignore PR automerge failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Nov 14, 2024
1 parent d3839cc commit a61533d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:

# Approve and mark PR for auto merge
- name: 'Approve and mark PR for auto merge'
continue-on-error: true
run: |
gh pr review --approve "$PR_NUMBER"
gh pr merge --auto --squash "$PR_NUMBER"
Expand Down

0 comments on commit a61533d

Please sign in to comment.