We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gh issue edit
1 parent eab38b3 commit 2447961Copy full SHA for 2447961
.github/workflows/issue-assign.yml
@@ -16,4 +16,4 @@ jobs:
16
run: |
17
# https://docs.github.com/en/github-cli
18
# https://cli.github.com/manual/gh_issue
19
- gh issue edit "${{ github.event.issue.number }}" --add-assignee "${{ github.repository_owner }}"
+ gh issue edit "${{ github.event.issue.number }}" --add-assignee "${{ github.repository_owner }}" --repo "${{ github.repository }}"
0 commit comments