Skip to content

Commit a3819f6

Browse files
committed
Revert "Add missing @ for the "take" comment command (RustPython#5933)"
This reverts commit ef385a9.
1 parent 089c39f commit a3819f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)