devops: added qodo review action
All checks were successful
Run Test Suite / test (push) Successful in 17s

This commit is contained in:
Hayden Hargreaves 2026-04-03 13:17:18 -07:00
parent ea3ebcdc83
commit 069d04c0cd

25
.github/workflows/qodo_review.yml vendored Normal file
View File

@ -0,0 +1,25 @@
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"]'