We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6dfff commit 7bca00bCopy full SHA for 7bca00b
1 file changed
.github/workflows/Auto_Issue_Setting.yml
@@ -15,7 +15,9 @@ jobs:
15
# 1. 이슈 생성자를 자동으로 Assignee로 할당
16
- name: Assign the issue creator
17
run: |
18
- gh issue edit ${{ github.event.issue.number }} --add-assignee ${{ github.actor }}
+ gh issue edit ${{ github.event.issue.number }} \
19
+ --add-assignee ${{ github.actor }} \
20
+ --repo ${{ github.repository }}
21
env:
22
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
0 commit comments