We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc7008 commit 62e8f18Copy full SHA for 62e8f18
1 file changed
.github/workflows/AndroidBuild.yml
@@ -6,21 +6,7 @@ on:
6
push:
7
branches:
8
- main
9
-permissions: write-all
10
jobs:
11
- review:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - name: Checkout Repo
15
- uses: actions/checkout@v3
16
-
17
- - name: AI Code Reviewer
18
- uses: thecodophile/ai-code-reviewer@main
19
- with:
20
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
21
- OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}}
22
- OPENAI_API_MODEL: "gpt-4"
23
- exclude: "**/*.json, **/*.md"
24
build:
25
runs-on: ubuntu-latest
26
steps:
0 commit comments