You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "✅ Successfully added to merge queue at position: $QUEUE_POSITION after $RETRY_COUNT attempts"
347
+
echo "DEBUG: Setting SUCCESS=true and should exit loop"
338
348
339
349
# Comment on PR with success
340
350
gh api repos/${{ github.repository }}/issues/$PR_NUMBER/comments \
341
351
-f body="🤖 Successfully added to merge queue at position **$QUEUE_POSITION** after CI success ✅ (Attempts: $RETRY_COUNT, Event: ${{ github.event_name }})"
0 commit comments