Skip to content

Commit 9a74cfd

Browse files
committed
Fix action syntax
1 parent 92f8dc6 commit 9a74cfd

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/pr-bot.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
with:
1313
aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }}
1414
model: gpt-4o
15-
exclude-files:
16-
- package-lock.json
17-
- uv.lock
15+
exclude-files: package-lock.json, uv.lock
1816
review:
1917
name: PR Review
2018
runs-on: [ubuntu-latest]
@@ -23,6 +21,4 @@ jobs:
2321
with:
2422
aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }}
2523
model: anthropic--claude-4-sonnet
26-
exclude-files:
27-
- package-lock.json
28-
- uv.lock
24+
exclude-files: package-lock.json, uv.lock

0 commit comments

Comments
 (0)