Skip to content

feat: 配置qoder工作流 #1

feat: 配置qoder工作流

feat: 配置qoder工作流 #1

name: Qoder Push Code Review
on:
push:
branches:
- '**'
paths-ignore:
- '*.md'
- 'docs/**'
- '.gitignore'
jobs:
qoder-review:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Qoder Code Review
uses: QoderAI/qoder-action@v0
with:
qoder_personal_access_token: ${{ secrets.QODER_PERSONAL_ACCESS_TOKEN }}
prompt: |
/review
Review the latest commit changes in this push.
REPO:${{ github.repository }} COMMIT:${{ github.sha }} REF:${{ github.ref }}