We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253a77e commit 70ea896Copy full SHA for 70ea896
.github/workflows/main.yml
@@ -48,14 +48,6 @@ jobs:
48
- name: Checkout Repo
49
uses: actions/checkout@v4
50
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
-
59
Release:
60
needs: Test
61
if: github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')
0 commit comments