We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f8dc6 commit 9a74cfdCopy full SHA for 9a74cfd
1 file changed
.github/workflows/pr-bot.yml
@@ -12,9 +12,7 @@ jobs:
12
with:
13
aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }}
14
model: gpt-4o
15
- exclude-files:
16
- - package-lock.json
17
- - uv.lock
+ exclude-files: package-lock.json, uv.lock
18
review:
19
name: PR Review
20
runs-on: [ubuntu-latest]
@@ -23,6 +21,4 @@ jobs:
23
21
24
22
25
model: anthropic--claude-4-sonnet
26
27
28
0 commit comments