Skip to content

Commit ef385a9

Browse files
authored
Add missing @ for the "take" comment command (#5933)
1 parent b2013cd commit ef385a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: write
1717

1818
steps:
19-
- run: gh issue edit "${{ env.ISSUE_NUMBER }}" --add-assignee "${{ env.USER_LOGIN }}"
19+
- run: gh issue edit "${{ env.ISSUE_NUMBER }}" --add-assignee "@${{ env.USER_LOGIN }}"
2020
env:
2121
ISSUE_NUMBER: ${{ github.event.issue.number }}
2222
USER_LOGIN: ${{ github.event.comment.user.login }}

0 commit comments

Comments
 (0)