Template
fix: exclude chore branches from pre-release and enforce branch protection #29
Reference in New Issue
Block a user
Delete Branch "fix/chore-branch-policy"
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
Removes
chore/**frompre-release.ymltrigger branches. Chore branches are for workflow/README-only changes and should not create releases or bump versions.Org-Level Branch Protection
Added org-wide
chore-branchesprotection rule:Protected files (cannot be modified on chore branches):
source/**,src/**,htdocs/**,*.php,*.xml,composer.json,composer.lockUnprotected files (allowed on chore branches):
.mokogitea/workflows/**,*.md,.editorconfig,.gitignore,.gitattributesAlso completed this session
deploy-manual.yml,update-server.yml,composer-publish.ymlfrom 30 Joomla reposupdates.xmlexists on chore branches