Skip to content

Commit

Permalink
change review
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Aug 9, 2023
1 parent 4717b03 commit f7bc608
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GPT-code-review
name: Code Review GPT
on:
pull_request:
branches: [master]
Expand All @@ -15,8 +15,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install code-review-gpt
- run: npx code-review-gpt review --ci=github
- name: Install code-review-gpt
run: npm install code-review-gpt
- name: Run code review script
run: npx code-review-gpt review --ci=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BASE_SHA: ${{ github.event.pull_request.base.sha }}
Expand Down

0 comments on commit f7bc608

Please sign in to comment.