Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/combine-schema.v3.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:

- name: Wait for required status check to pass
run: |
echo "Pausing before status checks..."
sleep 10
echo "Waiting for required status check 'validate-xml' to pass..."
for i in {1..30}; do
STATE=$(gh pr checks ${{ steps.create-pull-request.outputs.pull-request-url }} --json name,state --jq ".[] | select(.name==\"validate-xml\") | .state" 2>/dev/null || echo "none")
Expand All @@ -116,6 +118,8 @@ jobs:

- name: Merge PR manually
run: |
echo "Pausing before manual merge..."
sleep 10
echo "Merging PR manually via gh CLI..."
gh pr merge ${{ steps.create-pull-request.outputs.pull-request-url }} --squash --admin
env:
Expand Down