Skip to content

Commit

Permalink
add automated AI PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
tot-ra committed Sep 13, 2023
1 parent a1c3454 commit 6c1449c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: [pull_request]

jobs:
clarifai-pr:
runs-on: ubuntu-latest
name: Clarifai review
permissions:
pull-requests: write
steps:
- name: Review pull request code with clarifai.com
uses: tot-ra/clarifai-PR@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CLARIFAI_PAT: ${{ secrets.CLARIFAI_PAT }}
CLARIFAI_USER_ID: ${{ secrets.CLARIFAI_USER_ID }}
CLARIFAI_APP_ID: ${{ secrets.CLARIFAI_APP_ID }}
CLARIFAI_MODEL_ID: 'GPT-4'

0 comments on commit 6c1449c

Please sign in to comment.