Open
Description
Next steps to be taken in improvements to the template updating process. cc: @chadwcarlson
- Migrate current set of priority templates from using auto-updating workflows to use reusable workflows
- Add reusable workflow based on @chadwcarlson 's POC to monitor changes to PSH config files and push those changes as a PR to this repository for the affected template
- Replace the current workflows in this repo with the new reusable workflow versions
- For the Priority Templates, continue separating what is tracked in template-builder vs what is tracked in a template's repository
- This refers to having template builder track only PSH configuration files for a template while all other parts are tracked in the template's repository
- Look into the Remote Project issue that might be surfaced when this migration is complete.
- Add in the type of template (e.g. Starters, Demos, Experimental) into each template's
.platform.template.yaml
file- Discover which property in the above file should be used for this information
- Look into adding a new doit command that creates a new template adhering to this new methodology