Skip to content

Commit e30a0b5

Browse files
committed
swap for pr agent
1 parent 5fdb8d3 commit e30a0b5

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/pr-review.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ jobs:
2929
|jq '.access_token')
3030
echo "SDSC_VLLM_TOKEN=$SDSC_VLLM_TOKEN" >> "$GITHUB_ENV"
3131
32-
- uses: presubmit/ai-reviewer@latest
32+
- name: PR Agent action step
33+
id: pragent
34+
uses: qodo-ai/pr-agent@main
3335
env:
36+
OPENAI_KEY: ${{ env.SDSC_VLLM_TOKEN }}
3437
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
LLM_API_KEY: ${{ env.SDSC_VLLM_TOKEN }}
36-
LLM_MODEL: "Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8"
37-
LLM_PROVIDER: "ai-sdk"
38-
LLM_BASE_URL: "https://vllm-gateway-runai-codev-llm.inference.compute.datascience.ch/v1"
38+
config.model: "Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8"
39+
github_action_config.auto_review: "true"
40+
github_action_config.auto_describe: "true"
41+
OPENAI.API_BASE: "https://vllm-gateway-runai-codev-llm.inference.compute.datascience.ch/v1"

0 commit comments

Comments
 (0)