From f09199f2cff428d969cecaf0a6523a4bc70d488b Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 26 Jun 2026 13:58:41 +0800 Subject: [PATCH] =?UTF-8?q?chore(workflows):=20=E7=A7=BB=E9=99=A4=E8=B7=AF?= =?UTF-8?q?=E5=BE=91=E5=90=AB=E7=A9=BA=E7=99=BD=E7=9A=84=E9=8C=AF=E8=AA=A4?= =?UTF-8?q?=20workflow=20=E6=AA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea / workflows/cd.yaml | 17 ----------------- .gitea / workflows/ci.yaml | 17 ----------------- 2 files changed, 34 deletions(-) delete mode 100644 .gitea / workflows/cd.yaml delete mode 100644 .gitea / workflows/ci.yaml diff --git a/ .gitea / workflows/cd.yaml b/ .gitea / workflows/cd.yaml deleted file mode 100644 index 7b9122c..0000000 --- a/ .gitea / workflows/cd.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: CD -on: - push: - branches: - - master -jobs: - release-tag: - name: Release Tag - runs-on: ubuntu - steps: - - name: Release Tag - uses: https://gitea.jsc.idv.tw/composite-actions/release-tag@${{ vars.ACTION_VERSION_CALCULATE_VERSION }} - with: - gitea_token: ${{ secrets.GITEA_TOKEN }} - gitea_release: ${{ vars.ACTION_GITEA_RELEASE_VERSION }} - version_calculate: ${{ vars.ACTION_VERSION_CALCULATE_VERSION }} - release_cleanup: ${{ vars.ACTION_RELEASE_CLEANUP_VERSION }} diff --git a/ .gitea / workflows/ci.yaml b/ .gitea / workflows/ci.yaml deleted file mode 100644 index c80bf56..0000000 --- a/ .gitea / workflows/ci.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: CI -on: - pull_request: - branches-ignore: - - master - types: [opened, synchronize] -permissions: - contents: write - pull-requests: write - issues: write -jobs: - ai-code-review: - name: Code Review - runs-on: ubuntu - steps: - - name: Code Review - uses: https://gitea.jsc.idv.tw/composite-actions/opencode-code-review@${{ vars.ACTION_AI_CODE_REVIEW_VERSION }}