-
Notifications
You must be signed in to change notification settings - Fork 144
Description
I've been looking at my own repositories and thinking about the divergence that naturally occurs between this upstream template and the repos generated from it.
This came to mind specifically after @renner0e mentioned (https://universal-blue.discourse.group/t/custom-image-question/11638/17) that updates to this template are currently pending the completion of GitHub's runner testing. Naturally, I want to ensure I can easily pull in those upstream improvements once they are released.
Has the team considered including a commented-out "sync" workflow in the template? For example, we could include a configured actions-template-sync workflow paired with a default .templatesyncignore file.
This would allow users to easily opt-in to keeping their build workflows up to date without risking their custom configuration files being overwritten. Ideally, it would work similarly to Dependabot, automatically triggering a PR in the user's repository whenever the upstream template is updated.
If this is something that people think is worth while, I could make them and submit a PR.
thanks!