Skip to content

Commit

Permalink
fixup! wip
Browse files Browse the repository at this point in the history
  • Loading branch information
korosuke613 committed May 25, 2024
1 parent 84c8406 commit ecef893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ai-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.event.issue.pull_request && github.event.comment.body == '/ai-review' && (github.event.comment.user.id == github.event.issue.user.id || github.event.comment.user.id == github.repository_owner)
permissions:
contents: read
issues: write
pull-requests: write
uses: ./.github/workflows/reusable-ai-review.yaml
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ai-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test-ai-review:
permissions:
contents: read
issues: write
pull-requests: write
uses: ./.github/workflows/reusable-ai-review.yaml
secrets: inherit
with:
Expand Down

0 comments on commit ecef893

Please sign in to comment.