ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep) #5

Merged
sdk-lead merged 1 commits from ci-rename-github-to-gitea into main 2026-05-10 21:18:37 +00:00

1 Commits

Author SHA1 Message Date
351081e8cb ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep)
All checks were successful
CI / validate (push) Successful in 51s
CI / validate (pull_request) Successful in 51s
GitHub org Molecule-AI was suspended 2026-05-06; SCM moved to Gitea
(git.moleculesai.app). The wholesale `git push --mirror` migration left
workflow files under .github/workflows/, which Gitea Actions does NOT
read - it reads .gitea/workflows/ exclusively.

This rename + the cross-repo `uses:` path rewrite are the minimum
edits to make CI fire on this repo again. The workflow content itself
is not modified (other than the path rewrites and lowercasing of the
old `Molecule-AI` org reference to the post-suspension `molecule-ai`).

Refs: feedback_post_suspension_migration_must_sweep_dormant_repos
2026-05-10 14:13:45 -07:00