diff --git a/.github/workflows/pr-summary-agent.yml b/.github/workflows/pr-summary-agent.yml index f3b6a290..c4d9af68 100644 --- a/.github/workflows/pr-summary-agent.yml +++ b/.github/workflows/pr-summary-agent.yml @@ -23,13 +23,14 @@ jobs: run: | uv venv --python 3.12 uv pip install -e "../PR_code_review-agent[all,dev]" --extra-index-url https://download.pytorch.org/whl/cpu --index-strategy unsafe-first-match + uv run pr_agent/test_files/mock_pr_agent.py # git diff --merge-base HEAD^1 HEAD > PRChanges.patch # cat PRChanges.patch - uv run pr_agent/PR_agent.py +# uv run pr_agent/PR_agent.py env: OPENAI_API_KEY: ${{ secrets.PRAgentOpenAIKey }} PR_ID: ${{ github.event.pull_request.number }} GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }} REPO_OWNER: supercog-ai - REPO_NAME: PR_code_review-agent + REPO_NAME: PR_code_review-agent \ No newline at end of file