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 }}