Skip to content

Commit

Permalink
Add OpenAI github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Pavelka committed Aug 1, 2023
1 parent 5e60763 commit ef7c995
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Code Review

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
code-review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: sshnaidm/gpt-code-review-action@v1.0
with:
openai-key: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit ef7c995

Please sign in to comment.