Skip to content

Commit

Permalink
Bump: version
Browse files Browse the repository at this point in the history
* feat: linting

* feat: increase max token size

* bump: npm

* feat: increase character limit

* feat: update token

* fix: prompts

* bump: packages

* feat: bump package
  • Loading branch information
mattzcarey authored Jul 10, 2023
1 parent 197278e commit 1f41d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
node-version: 18
- run: npm ci
- run: npm run build

- name: Run code review script
run: npm run start-ci
Expand All @@ -27,3 +28,4 @@ jobs:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_SHA: ${{ github.sha }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-review-gpt",
"version": "0.0.12",
"version": "0.0.14",
"description": "Your AI code reviewer",
"bin": {
"code-review-gpt": "./dist/index.js"
Expand Down

0 comments on commit 1f41d16

Please sign in to comment.