CI infrastructure refactor: Woodpecker→Forgejo Actions, AI declaration, changelog overhaul #55
No reviewers
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/fedinesia!55
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/55/head"
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?
Closes #54
.forgejo/workflows/ci.ymlline 28🔴 Not actioned — the
curl|latestpattern for gitleaks on zhuiri is explicitly approved in the project's global AGENTS.md. The gitleaks/gitleaks-action@v2 doesn't work on the local runner, so this is the established pattern across all projects using zhuiri..forgejo/workflows/ci.ymlline 102🔴 Not actioned — this is the standard, documented pattern for pushing to the pages branch in Forgejo Actions CI. The same pattern is used in longwei and the existing docs.yml it replaces. Forgejo Actions runners mask secrets in logs automatically.
.forgejo/workflows/ci.ymlline 15🔴 Not actioned —
@mainis used intentionally across all Marvin8 projects (longwei, zaojun, yilan, etc.). WuMing is self-maintained;@maintracks the latest stable release. Tag pinning would require manual updates on every WuMing release..forgejo/workflows/ci.ymlline 17🔴 Not actioned —
forge.tokenis the modern, documented Forgejo Actions context for accessing the repository token. The oldersecrets.GITHUB_TOKENsyntax is deprecated.forge.tokenis the recommended form and is used in longwei and other projects..pre-commit-config.yamlline 43🔴 Not actioned — intentional. Running complexity analysis on test files is desired.
.forgejo/workflows/ci.ymlline 98.forgejo/workflows/ci.ymlline 125🔴 Not actioned (both) —
forge.tokenis the modern, documented Forgejo Actions context for accessing the repository token. It is the recommended form and replaces the deprecatedsecrets.GITHUB_TOKEN. Same pattern used in longwei, kokopelli, and other projects.