Skip to content

Commit ebf1ff7

Browse files
fix: fix action yaml syntax (#7)
* fix action yaml syntax * chore(ncc): updated to support ncc --------- Co-authored-by: Darrell Richards <[email protected]>
1 parent 979347b commit ebf1ff7

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ name: AI Code Reviewer
2727
on:
2828
pull_request:
2929
types:
30-
[
31-
opened,
32-
reopened,
33-
synchronize
34-
]
35-
30+
- opened
31+
- reopened
32+
- synchronize
3633
jobs:
3734
code_review:
3835
runs-on: ubuntu-latest

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@actions/core": "^1.10.1",
1414
"@octokit/rest": "^20.1.1",
1515
"@octokit/types": "^13.5.0",
16+
"@vercel/ncc": "^0.38.1",
1617
"minimatch": "^9.0.4",
1718
"openai": "^4.47.3",
1819
"parse-diff": "^0.11.1"

0 commit comments

Comments
 (0)