Skip to content

Conversation

@qinsoon
Copy link
Member

@qinsoon qinsoon commented Dec 2, 2025

This should fix #1426. I didn't test it, but the retry pattern is the same as in

for n in {1..5}; do
echo "Wait 30s then try merge"
sleep 30
gh pr merge ${{ steps.get-pr.outputs.pr_number }} --auto --repo ${{ inputs.base_repo }} --squash && break
echo "Failed to merge the PR. Retry..."
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The get-merged-pr workflow sometimes gets empty output

1 participant