Template
chore: sync dev up to main (template CI guards + sample fixes) #43
Reference in New Issue
Block a user
Delete Branch "chore/sync-dev-2"
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?
Back-merge to bring
deveven withmain, propagating the template-repo CI guards (#41, #42) and sample-script fixes. After mergedev == main.Authored-by: Moko Consulting
- pr-metadata-check.yml: guard the validate-metadata job with !startsWith(github.event.repository.name, 'Template-'). Template repos have no real extension manifest, so the check cannot pass by design. - samples/script/*.php: give each installer script a valid class name (ComponentInstallerScript, ModuleInstallerScript, PluginInstallerScript, PackageInstallerScript) instead of the invalid `class {REPONAME}...` placeholder, so the files pass `php -l`. This matters for repos generated from this template that keep samples/. String/comment placeholders remain for find-replace. Authored-by: Moko Consulting