File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 35
35
with :
36
36
github-token : ${{ secrets.GITHUB_TOKEN }}
37
37
38
+ Review :
39
+ needs : Test
40
+ runs-on : ubuntu-latest
41
+ steps :
42
+ - name : Checkout Repo
43
+ uses : actions/checkout@v4
44
+
45
+ - name : AI Code Reviewer
46
+ uses : freeedcom/ai-codereviewer@a9a064dfa1db8c83f40ef63f6e247fa09c935ed6
47
+ with :
48
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49
+ OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
50
+ OPENAI_API_MODEL : " gpt-4" # Optional: defaults to "gpt-4"
51
+ exclude : " **/*.json, **/*.md" # Optional: exclude patterns separated by commas
52
+
38
53
Release :
39
- if : github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')
40
54
needs : Test
55
+ if : github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')
41
56
runs-on : ubuntu-latest
42
57
steps :
43
58
- name : Checkout
You can’t perform that action at this time.
0 commit comments