Migrate CI from Woodpecker to Forgejo Actions #17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
All three Woodpecker pipelines (ci.yml, ai-review.yml, publish-pypi.yml) should be replaced with a single .forgejo/workflows/ci.yml with jobs: pr-review (WuMing), gitleaks, checks, publish, deploy-docs. Add weekly-checks.yml for scheduled pysentry + zaojun. Update WuMing agents to match longwei.
Plan: create .forgejo/workflows/ci.yml with pr-review (WuMing uses: action), gitleaks (binary download), checks (nox -s ty ruff complexipy pysentry tryke deptry zaojun + uv build + taibai dry-run), publish (uv build + uv publish), deploy-docs (mike + grebedoc). Also add .gitleaks.toml and weekly-checks.yml. Branch: feat/issue-17-ci-to-forgejo-actions.