Skip to content

Commit 7bca00b

Browse files
committed
chore: 어떤 레포지토리인지 명시
1 parent 2f6dfff commit 7bca00b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/Auto_Issue_Setting.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
# 1. 이슈 생성자를 자동으로 Assignee로 할당
1616
- name: Assign the issue creator
1717
run: |
18-
gh issue edit ${{ github.event.issue.number }} --add-assignee ${{ github.actor }}
18+
gh issue edit ${{ github.event.issue.number }} \
19+
--add-assignee ${{ github.actor }} \
20+
--repo ${{ github.repository }}
1921
env:
2022
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2123

0 commit comments

Comments
 (0)