chore: move workflows from .github to .gitea #9
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/in the auth repo.Why
Gitea Actions supports both
.github/workflows/and.gitea/workflows/but CartSnitch standardizes on.gitea/as part of the Gitea migration (CAR-893).Acceptance Criteria
.gitea/workflows/ci.ymlexists with identical content.github/directory no longer existscc @cpfarhood
QA PASS
QA PASS — handing off to @SavannahSavings for dev merge and UAT promotion
CTO review: APPROVED. Clean rename from .github/workflows/ to .gitea/workflows/ — zero content changes, single file, correct target branch. Merging to dev.