Skip to content

Commit afad0cf

Browse files
committed
automerge4
1 parent b660ec5 commit afad0cf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/auto-merge-queue.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,7 @@ jobs:
404404
405405
# Comment on PR with success
406406
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)"
411408
412409
env:
413410
GITHUB_TOKEN: ${{ secrets.MERGE_QUEUE_PAT }}

0 commit comments

Comments
 (0)