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 647642a commit 30b723a
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 @@ -95,6 +95,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 30b723a

Please sign in to comment.