Skip to content

Commit

Permalink
add at code review workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Paraskos committed Aug 6, 2023
1 parent 5972275 commit 9445444
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ai-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: AI Code Reviewer

on:
pull_request:
types:
- opened
- synchronize
permissions: write-all
jobs:
review:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3

- name: AI Code Reviewer
uses: freeedcom/ai-codereviewer@v2.6.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 9445444

Please sign in to comment.