From 3b0e5225c626eec91076a95871196a08c0ddbcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B3=BB=E7=B5=B1=E7=AE=A1=E7=90=86=E5=93=A1?= <1+admin@noreply.localhost> Date: Thu, 25 Jun 2026 13:47:57 +0000 Subject: [PATCH 1/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index ff09055..f5f1de3 100644 --- a/action.yaml +++ b/action.yaml @@ -1,5 +1,5 @@ name: 'Release Cleanup' -description: 'Release Cleanup' +description: '清理舊成品' author: 'Jeffery' inputs: keep_count: From e1c50286ceeef6634a1e55c3169f0ce0d0ac0e8d Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 25 Jun 2026 14:00:02 +0000 Subject: [PATCH 2/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/cd.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cd.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index c258dc6..123f3f1 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -4,9 +4,9 @@ on: branches: - master jobs: - release-tag: - name: Release Tag + release-tag-version: + name: Release Tag Version runs-on: ubuntu steps: - - name: Release Tag - uses: https://gitea.jsc.idv.tw/composite-actions/release-tag@${{ vars.ACTION_RELEASE_TAG_VERSION }} + - name: Release Tag Version + uses: https://gitea.jsc.idv.tw/composite-actions/release-tag-version@${{ vars.ACTION_RELEASE_TAG_VERSION }} From 5e9b7cfea6f2d0e2756a64bdfa5589400959fb60 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 25 Jun 2026 14:04:35 +0000 Subject: [PATCH 3/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/ci.ya?= =?UTF-8?q?ml?= 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 }} From a9b6f4d7fab517e1d1e71e42c996d0ec5c0d9b1a Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 25 Jun 2026 14:09:16 +0000 Subject: [PATCH 4/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/ci.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e8d3e18..1632a3a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,5 +13,5 @@ jobs: pull-requests: write issues: write steps: - - name: AI Code Review + - name: AI 程式碼審查 uses: https://gitea.jsc.idv.tw/composite-actions/opencode-code-review@${{ vars.ACTION_AI_CODE_REVIEW_VERSION }} From fef4eaebcacd59c2db9a93e7846b569ac237cec4 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 25 Jun 2026 14:10:49 +0000 Subject: [PATCH 5/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/cd.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 123f3f1..30b1952 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -8,5 +8,5 @@ jobs: name: Release Tag Version runs-on: ubuntu steps: - - name: Release Tag Version + - name: 釋出並標註成品版本 uses: https://gitea.jsc.idv.tw/composite-actions/release-tag-version@${{ vars.ACTION_RELEASE_TAG_VERSION }} From b478872c5f1047b221e4ff5a1810d9a8158b5c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B3=BB=E7=B5=B1=E7=AE=A1=E7=90=86=E5=93=A1?= <1+admin@noreply.localhost> Date: Thu, 25 Jun 2026 16:32:34 +0000 Subject: [PATCH 6/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/ci.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1632a3a..b9d4eed 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,5 +13,7 @@ jobs: pull-requests: write issues: write steps: - - name: AI 程式碼審查 - uses: https://gitea.jsc.idv.tw/composite-actions/opencode-code-review@${{ vars.ACTION_AI_CODE_REVIEW_VERSION }} + - name: AI 程式碼審查 by OpenCode + uses: https://gitea.jsc.idv.tw/composite-actions/opencode-code-review@${{ vars.ACTION_OPENCODE_CODE_REVIEW_VERSION }} + with: + comment_token: ${{ secrets.COMMENT_TOKEN }}