Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
fix: レビュー先リポジトリを指定
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Feb 25, 2022
1 parent c1222ec commit 8ce0634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jaotan-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- name: Review
run:
gh pr review ${{ github.event.issue.number }} -a -b "It was reviewed by a request by comment."
gh pr review ${{ github.event.issue.number }} -R "$GITHUB_REPOSITORY" -a -b "It was reviewed by a request by comment."
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 8ce0634

Please sign in to comment.