Skip to content

Commit

Permalink
chore(ci/release): gh pr checks --watch を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed Sep 24, 2024
1 parent d09ebc7 commit b93bacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ jobs:
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
gh pr checks ${{ needs.create_pr.outputs.PR_NUMBER }} --watch
gh pr ready ${{ needs.create_pr.outputs.PR_NUMBER }}
gh pr merge ${{ needs.create_pr.outputs.PR_NUMBER }} --merge --auto
Expand Down

0 comments on commit b93bacb

Please sign in to comment.