Merge branch 'master' into wifi-data

This commit is contained in:
Mantri Ramkishor
2024-08-28 17:07:19 +05:30
committed by GitHub

View File

@@ -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 }}