We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@
1 parent b2013cd commit ef385a9Copy full SHA for ef385a9
.github/workflows/comment-commands.yml
@@ -16,7 +16,7 @@ jobs:
16
issues: write
17
18
steps:
19
- - run: gh issue edit "${{ env.ISSUE_NUMBER }}" --add-assignee "${{ env.USER_LOGIN }}"
+ - run: gh issue edit "${{ env.ISSUE_NUMBER }}" --add-assignee "@${{ env.USER_LOGIN }}"
20
env:
21
ISSUE_NUMBER: ${{ github.event.issue.number }}
22
USER_LOGIN: ${{ github.event.comment.user.login }}
0 commit comments