From b8fda2b5f41e99c089b4bf22b00571070529f127 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 18 May 2026 15:33:14 +0000 Subject: [PATCH] chore: move .github folder to .gitea for Gitea compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gitea prefers .gitea/ISSUE_TEMPLATE/ and .gitea/workflows/ over the GitHub-convention .github/ equivalents. Moves all issue templates and workflow files to the Gitea-native paths and updates CLAUDE.md references. Cosign certificate identity paths in release/rollback workflows are intentionally left unchanged — they reference the signing identity from prior workflow runs and will need a separate update when the CI signing infrastructure migrates. Co-Authored-By: Paperclip --- {.github => .gitea}/ISSUE_TEMPLATE/bug_report.yml | 0 {.github => .gitea}/ISSUE_TEMPLATE/feature_request.yml | 0 {.github => .gitea}/workflows/ci.yml | 0 {.github => .gitea}/workflows/helm-release.yml | 0 {.github => .gitea}/workflows/release-beta.yml | 0 {.github => .gitea}/workflows/release.yml | 0 {.github => .gitea}/workflows/rollback-beta.yml | 0 {.github => .gitea}/workflows/rollback.yml | 0 CLAUDE.md | 2 +- 9 files changed, 1 insertion(+), 1 deletion(-) rename {.github => .gitea}/ISSUE_TEMPLATE/bug_report.yml (100%) rename {.github => .gitea}/ISSUE_TEMPLATE/feature_request.yml (100%) rename {.github => .gitea}/workflows/ci.yml (100%) rename {.github => .gitea}/workflows/helm-release.yml (100%) rename {.github => .gitea}/workflows/release-beta.yml (100%) rename {.github => .gitea}/workflows/release.yml (100%) rename {.github => .gitea}/workflows/rollback-beta.yml (100%) rename {.github => .gitea}/workflows/rollback.yml (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.gitea/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .gitea/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.gitea/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .gitea/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/workflows/ci.yml b/.gitea/workflows/ci.yml similarity index 100% rename from .github/workflows/ci.yml rename to .gitea/workflows/ci.yml diff --git a/.github/workflows/helm-release.yml b/.gitea/workflows/helm-release.yml similarity index 100% rename from .github/workflows/helm-release.yml rename to .gitea/workflows/helm-release.yml diff --git a/.github/workflows/release-beta.yml b/.gitea/workflows/release-beta.yml similarity index 100% rename from .github/workflows/release-beta.yml rename to .gitea/workflows/release-beta.yml diff --git a/.github/workflows/release.yml b/.gitea/workflows/release.yml similarity index 100% rename from .github/workflows/release.yml rename to .gitea/workflows/release.yml diff --git a/.github/workflows/rollback-beta.yml b/.gitea/workflows/rollback-beta.yml similarity index 100% rename from .github/workflows/rollback-beta.yml rename to .gitea/workflows/rollback-beta.yml diff --git a/.github/workflows/rollback.yml b/.gitea/workflows/rollback.yml similarity index 100% rename from .github/workflows/rollback.yml rename to .gitea/workflows/rollback.yml diff --git a/CLAUDE.md b/CLAUDE.md index 2766358..f8da721 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -158,7 +158,7 @@ Comments must be **timeless** — no references to this conversation, refactorin **Config:** `Dockerfile`, `apps/worker/configs/`, `apps/worker/prompts/`, `tsconfig.base.json` (shared compiler options), `turbo.json`, `biome.json` -**CI/CD:** `.github/workflows/ci.yml` (type-check, lint, build & push images to GHCR), `.github/workflows/release.yml` (Docker Hub push + GitHub release, manual dispatch) +**CI/CD:** `.gitea/workflows/ci.yml` (type-check, lint, build & push images to GHCR), `.gitea/workflows/release.yml` (Docker Hub push + GitHub release, manual dispatch) ## Package Installation