Public Access
feat: support .mokogitea/workflows/custom/ subfolder discovery in workflow_sync #314
Reference in New Issue
Block a user
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?
Summary
When MokoGitea-Fork adds subfolder workflow discovery (see MokoGitea-Fork issue), update
workflow_sync.phpto also preserve workflows in.mokogitea/workflows/custom/during sync — in addition to thecustom-prefix convention.Current State
workflow_sync.phpcurrently usescustom-prefix convention to protect repo-specific workflows from deletion during sync. Once Gitea supports subfolder discovery, the cleaner approach is acustom/subfolder.Depends On
MokoGitea-Fork: subfolder workflow discovery feature.