Skip to content

Commit

Permalink
Try exit silently
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 20, 2024
1 parent 883e323 commit f56943a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
else
echo "More than 50 lines have been changed. Merging pull request."
PR_NUMBER=$(echo ${{ github.event.pull_request.number }})
gh pr merge $PR_NUMBER --auto --squash
gh pr merge $PR_NUMBER --auto --squash || true
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f56943a

Please sign in to comment.