File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ jobs:
100100
101101 - name : Wait for required status check to pass
102102 run : |
103+ echo "Pausing before status checks..."
104+ sleep 10
103105 echo "Waiting for required status check 'validate-xml' to pass..."
104106 for i in {1..30}; do
105107 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")
@@ -116,6 +118,8 @@ jobs:
116118
117119 - name : Merge PR manually
118120 run : |
121+ echo "Pausing before manual merge..."
122+ sleep 10
119123 echo "Merging PR manually via gh CLI..."
120124 gh pr merge ${{ steps.create-pull-request.outputs.pull-request-url }} --squash --admin
121125 env :
You can’t perform that action at this time.
0 commit comments