Skip to content

Commit 70ea896

Browse files
authored
Remove IA
Close #887
1 parent 253a77e commit 70ea896

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/main.yml

-8
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ jobs:
4848
- name: Checkout Repo
4949
uses: actions/checkout@v4
5050

51-
- name: AI Code Reviewer
52-
uses: freeedcom/ai-codereviewer@a9a064dfa1db8c83f40ef63f6e247fa09c935ed6
53-
with:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
56-
OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4"
57-
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
58-
5951
Release:
6052
needs: Test
6153
if: github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')

0 commit comments

Comments
 (0)