mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 01:26:47 +00:00
Undoing some previous changes that were used to test code review gh action
This commit is contained in:
parent
eea6370b3e
commit
3d7ed588c8
2 changed files with 2 additions and 2 deletions
2
.github/workflows/code_review.yml
vendored
2
.github/workflows/code_review.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Code Review
|
||||
uses: cds-snc/cds-ai-codereviewer@feature/azure-open-ai
|
||||
uses: cds-snc/cds-ai-codereviewer@main
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"package": "ncc build --source-map --license licenses.txt -o act/fixtures/actions/dist",
|
||||
"package": "ncc build --source-map --license licenses.txt",
|
||||
"format": "prettier --write .",
|
||||
"lint": "prettier --check ."
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue