添加 .gitea/workflows/test1.yml

This commit is contained in:
2025-10-20 13:20:18 +00:00
parent 47af4aca14
commit afddab0584

View File

@@ -0,0 +1,22 @@
name: ai-reviews
on:
pull_request:
types: [opened, synchronize]
jobs:
review:
name: Review PR
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Review code
uses: kekxv/AiReviewPR@v0.0.5
with:
model: 'deepseek-r1:8b'
host: 'http://127.0.0.1:11434'
REVIEW_PULL_REQUEST: false