Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphschuler authored Nov 26, 2023
1 parent b6d3a7c commit 75e5561
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ permissions:
checks: write

jobs:
review:
if: ${{ github.event.action != 'closed' }}
name: Chat GPT Code Peer Review
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: edelauna/gpt-review@v1
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
ignore_files: package-lock.json

lint:
if: ${{ github.event.action != 'closed' }}
name: Lint
Expand Down

0 comments on commit 75e5561

Please sign in to comment.