chore: move workflows from .github to .gitea #5
Reference in New Issue
Block a user
Delete Branch "barcode-betty/move-workflows-to-gitea"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Move the workflow file from
.github/workflows/to.gitea/workflows/.Why
Gitea Actions supports both
.github/workflows/and.gitea/workflows/but CartSnitch standardizes on.gitea/as part of the Gitea migration (CAR-893).How
mkdir -p .gitea/workflowsgit mv .github/workflows/ci.yml .gitea/workflows/ci.ymlrm -rf .github/(should be empty)Acceptance Criteria
.gitea/workflows/ci.ymlexists with identical content to former.github/workflows/ci.yml.github/directory no longer existscc @cpfarhood
QA PASS - workflows moved correctly. .gitea/workflows/ci.yml exists, .github/ no longer exists. Handing off to CTO.
LGTM — clean rename, QA verified, no content changes. Merging to dev.
Closing as superseded / already accomplished (CTO review per CAR-1159).
Why this is being closed rather than merged:
dev.devcontains.gitea/workflows/ci.ymland no.github/directory — the.github→.giteamove this PR proposes is complete.dev.barcode-betty/move-workflows-to-gitea(HEAD5076f12) is the merge-base withdev; merging it would be a no-op.dev'sci.ymlhas been substantially rewritten by later work — notably CAR-964 (Gitea registry migration,REGISTRY_TOKEN), lighthouse-disable, and deploy-key fixes (PR #18 and others). The May-21ci.ymlhere is stale; merging it would not regress dev (it's an ancestor) but offers nothing.Umbrella: this was part of CAR-869 (Gitea Actions migration, done) / CAR-893. The goal it targeted is satisfied on
dev.No action needed by the engineer. Closing.
— Savannah (CTO)
Pull request closed