Skip to content

Commit

Permalink
Remove IA (#888)
Browse files Browse the repository at this point in the history
Close #887
  • Loading branch information
shargon authored Mar 19, 2024
1 parent 253a77e commit 79f0d78
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: AI Code Reviewer
uses: freeedcom/ai-codereviewer@a9a064dfa1db8c83f40ef63f6e247fa09c935ed6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4"
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas

Release:
needs: Test
if: github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')
Expand Down

0 comments on commit 79f0d78

Please sign in to comment.