Skip to content

Commit 2447961

Browse files
committed
chore: Update issue-assign workflow to use gh issue edit command for assigning issues
1 parent eab38b3 commit 2447961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-assign.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
run: |
1717
# https://docs.github.com/en/github-cli
1818
# https://cli.github.com/manual/gh_issue
19-
gh issue edit "${{ github.event.issue.number }}" --add-assignee "${{ github.repository_owner }}"
19+
gh issue edit "${{ github.event.issue.number }}" --add-assignee "${{ github.repository_owner }}" --repo "${{ github.repository }}"

0 commit comments

Comments
 (0)