Skip to content

Commit

Permalink
removed AI action
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu2k4 committed Oct 19, 2024
1 parent 4a945aa commit a0c564c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,3 @@ jobs:
contents: read
issues: read
checks: write

run_code_review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Code Review GPT
uses: mattzcarey/[email protected]
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-4o'
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit a0c564c

Please sign in to comment.