Add Forgejo/GitHub Actions support #40
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/40/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?
Adds native Forgejo/GitHub Actions support via
action.ymland CI context auto-detection.Changes
action.ymlat the repo root — wrapsdocker://codeberg.org/marvin8/wuming:latestso consumers can reference WuMing viauses: marvin8/wuming@mainCIContextfrozen dataclass inconfig.pycarrying the five CI-derived values_detect_ci_context()— reads Woodpecker vars first, falls back toGITHUB_*vars; auto-detects Forgejo URL fromGITHUB_SERVER_URL; parses PR number from the Actions event JSON fileload_config()updated to call_detect_ci_context()instead of readingCI_*vars directlytests/test_config_ci_context.pydeploying-on-forgejo-actions.md; updatedindex.md,mkdocs.yml,reference/configuration.md,README.md,CLAUDE.mdImprovements.mdCloses #39