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 6a2a3e8 commit eab38b3Copy full SHA for eab38b3
.github/workflows/issue-assign.yml
@@ -14,4 +14,6 @@ jobs:
14
env:
15
GITHUB_TOKEN: ${{ github.token }}
16
run: |
17
- gh issue assign "${{ github.event.issue.number }}" --assignee "${{ github.repository_owner }}"
+ # 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 }}"
0 commit comments