Compare commits
No commits in common. "4a59451d909185a4d37ce99341c756f4ecdcb98a" and "9938f0d5d30c3c4a2136343ca27ee51090174f01" have entirely different histories.
4a59451d90
...
9938f0d5d3
25
.github/workflows/qodo_review.yml
vendored
25
.github/workflows/qodo_review.yml
vendored
@ -1,25 +0,0 @@
|
||||
name: Qodo AI PR Reviewer
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
qodo_review:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run Qodo Merge
|
||||
uses: https://github.com/Codium-ai/pr-agent@main
|
||||
env:
|
||||
# Platform Settings
|
||||
CONFIG.GIT_PROVIDER: "gitea"
|
||||
GITEA.URL: "https://git.gophernest.net"
|
||||
GITEA.PERSONAL_ACCESS_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||
|
||||
# AI Settings
|
||||
CONFIG.MODEL_PROVIDER: "google"
|
||||
GOOGLE.API_KEY: ${{ secrets.GEMINI_API_KEY }}
|
||||
CONFIG.MODEL: "google/gemini-3-flash" # The 2026 standard for fast reviews
|
||||
|
||||
# Automation
|
||||
GITEA.PR_OPENED_COMMANDS: '["/review", "/describe"]'
|
||||
Loading…
x
Reference in New Issue
Block a user