mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
added workflow
This commit is contained in:
parent
5a6b25476d
commit
c6052165ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codereviewer.yaml
vendored
2
.github/workflows/codereviewer.yaml
vendored
|
@ -19,5 +19,5 @@ jobs:
|
|||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
OPENAI_API_MODEL: "gpt-3" # Optional: defaults to "gpt-4"
|
||||
OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4"
|
||||
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
|
||||
|
|
Loading…
Reference in a new issue