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
Copy file name to clipboardExpand all lines: .github/workflows/auto-merge-queue.yml
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -404,10 +404,7 @@ jobs:
404
404
405
405
# Comment on PR with success
406
406
gh api repos/${{ github.repository }}/issues/$PR_NUMBER/comments \
407
-
-f body="🤖 Successfully added to merge queue at position **$QUEUE_POSITION** after CI success ✅
408
-
409
-
Event: ${{ github.event_name }}
410
-
Trigger: Auto-merge label detected with successful CI"
407
+
-f body="🤖 Successfully added to merge queue at position **$QUEUE_POSITION** after CI success ✅ (Event: ${{ github.event_name }}, Trigger: Auto-merge label detected with successful CI)"
0 commit comments