Skip to content

Commit

Permalink
Merge pull request #25 from yuminn-k/fix/code-review-bot
Browse files Browse the repository at this point in the history
GitHub Actionsワークフローの権限とイベントトリガーの更新
  • Loading branch information
yuminn-k authored Feb 12, 2024
2 parents 9f0ae99 + d3c0630 commit e4cdf17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/openai_code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: OpenAI Code Review
permissions:
contents: read
pull-requests: write
issues: write

on:
pull_request_target:
pull_request:
types: [opened, synchronize]
jobs:
test:
code-review:
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
Expand Down

0 comments on commit e4cdf17

Please sign in to comment.