From 827065bd148bbc3509471cb74f2d5f147ad55c02 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 25 Jun 2026 14:04:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/ci.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 21895bf..e8d3e18 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,12 +6,12 @@ on: types: [opened, synchronize] jobs: ai-code-review: - name: Code Review + name: AI Code Review runs-on: ubuntu permissions: contents: write pull-requests: write issues: write steps: - - name: Code Review + - name: AI Code Review uses: https://gitea.jsc.idv.tw/composite-actions/opencode-code-review@${{ vars.ACTION_AI_CODE_REVIEW_VERSION }}