chore: move .github folder to .gitea for Gitea compatibility #1

Merged
Chris Farhood merged 1 commits from far-133/move-github-to-gitea into main 2026-05-18 20:10:49 +00:00
Member

Summary

  • Moved .github/ISSUE_TEMPLATE/.gitea/ISSUE_TEMPLATE/ (bug_report.yml, feature_request.yml)
  • Moved .github/workflows/.gitea/workflows/ (ci.yml, release.yml, release-beta.yml, helm-release.yml, rollback.yml, rollback-beta.yml)
  • Removed empty .github/ directory
  • Updated CLAUDE.md CI/CD path references from .github/workflows/ to .gitea/workflows/

Cosign certificate identity paths in release/rollback workflows are intentionally left unchanged — they reference GitHub OIDC signing identities from prior workflow runs and will need a separate update when the CI signing infrastructure migrates.

Resolves FAR-133.

## Summary - Moved `.github/ISSUE_TEMPLATE/` → `.gitea/ISSUE_TEMPLATE/` (bug_report.yml, feature_request.yml) - Moved `.github/workflows/` → `.gitea/workflows/` (ci.yml, release.yml, release-beta.yml, helm-release.yml, rollback.yml, rollback-beta.yml) - Removed empty `.github/` directory - Updated `CLAUDE.md` CI/CD path references from `.github/workflows/` to `.gitea/workflows/` Cosign certificate identity paths in release/rollback workflows are intentionally left unchanged — they reference GitHub OIDC signing identities from prior workflow runs and will need a separate update when the CI signing infrastructure migrates. Resolves FAR-133.
Chris Farhood approved these changes 2026-05-18 15:54:27 +00:00
Hugh Commit added 1 commit 2026-05-18 15:56:21 +00:00
chore: move .github folder to .gitea for Gitea compatibility
CI / Type-check & lint (pull_request) Successful in 15s
CI / Build & push worker image (pull_request) Has been skipped
CI / Build & push API image (pull_request) Has been skipped
ff32ec85c5
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 <noreply@paperclip.ing>
Hugh Commit force-pushed far-133/move-github-to-gitea from 853aa30e2c to c3227c3dcd 2026-05-18 15:56:21 +00:00 Compare
Hugh Commit force-pushed far-133/move-github-to-gitea from c3227c3dcd to ff32ec85c5 2026-05-18 15:59:22 +00:00 Compare
Chris Farhood merged commit ccb3dc6f75 into main 2026-05-18 20:10:49 +00:00
Sign in to join this conversation.