TP-68316 | code critic fix
This commit is contained in:
4
.github/workflows/pr-review.yml
vendored
4
.github/workflows/pr-review.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
||||
|
||||
- name: Run code review script
|
||||
shell: bash
|
||||
run: python scripts/generic_code_review_client.py $GITHUB_WORKSPACE
|
||||
run: python code-critic/generic_code_review/generic_code_review_client.py $GITHUB_WORKSPACE
|
||||
env:
|
||||
GPT_MODEL_NAME: ${{ secrets.GPT_MODEL_NAME }}
|
||||
AZURE_API_KEY: ${{ secrets.AZURE_API_KEY }}
|
||||
@@ -111,4 +111,4 @@ jobs:
|
||||
echo "Repo Owner: $repo_owner, Repo Name: $repo_name, Comment ID: $comment_id"
|
||||
python code-critic/utils/react_on_comment.py $repo_owner $repo_name $comment_id rocket
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user