From 7595079e0c14a5fa40d7bd5fb0211d8f486b9104 Mon Sep 17 00:00:00 2001 From: "qoderai[bot]" <215938697+qoderai[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 08:10:32 +0000 Subject: [PATCH 1/2] Add .github/workflows/qoder-auto-review.yml --- .github/workflows/qoder-auto-review.yml | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/qoder-auto-review.yml diff --git a/.github/workflows/qoder-auto-review.yml b/.github/workflows/qoder-auto-review.yml new file mode 100644 index 0000000..6b33afe --- /dev/null +++ b/.github/workflows/qoder-auto-review.yml @@ -0,0 +1,28 @@ +name: Qoder Auto Code Review + +on: + pull_request: + types: [opened, synchronize, reopened] + +jobs: + qoder-review: + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + 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-pr + REPO:${{ github.repository }} PR_NUMBER:${{ github.event.pull_request.number }} + OUTPUT_LANGUAGE:Chinese \ No newline at end of file From 5f53376ffab26ba648abf7c55770a6cfdd132396 Mon Sep 17 00:00:00 2001 From: "qoderai[bot]" <215938697+qoderai[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 08:10:34 +0000 Subject: [PATCH 2/2] Add .github/workflows/qoder-assistant.yml --- .github/workflows/qoder-assistant.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/qoder-assistant.yml b/.github/workflows/qoder-assistant.yml index 59e7632..11d86b0 100644 --- a/.github/workflows/qoder-assistant.yml +++ b/.github/workflows/qoder-assistant.yml @@ -58,3 +58,4 @@ jobs: prompt: | /assistant ${{ steps.build_args.outputs.args }} + OUTPUT_LANGUAGE:Chinese \ No newline at end of file