We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1552f commit f58fa42Copy full SHA for f58fa42
.github/workflows/build.yaml
@@ -104,12 +104,14 @@ jobs:
104
uses: ./pr-summary # action.yml is in the pr-summary folder of the release branch
105
with:
106
aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }}
107
+ model: gpt-4o
108
exclude-files: package-lock.json
109
display-mode: comment-delta
110
- name: Run the AI-assisted action (PR Summary)
111
uses: ./pr-review # action.yml is in the pr-review folder of the release branch
112
113
114
115
116
display-mode: review-comment-delta
117
0 commit comments