Skip to content

Commit

Permalink
fix: correct GitHub CLI command flags for adding reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
rarlala committed Sep 12, 2024
1 parent 8a9195e commit 7b1fa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Add reviewers and assignees
run: |
gh pr edit ${{ github.event.pull_request.number }} --reviewer f-lab-jake
gh pr edit ${{ github.event.pull_request.number }} --add-reviewer f-lab-jake
gh pr edit ${{ github.event.pull_request.number }} --add-assignee rarlala
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7b1fa17

Please sign in to comment.