webosbrew / hyperhdr-webos-loader

39 stars 34 forks source link

CI: Poll HyperHDR repo daily for new tags, create PR if new tag is found #11

Closed tuxuser closed 1 year ago

tuxuser commented 1 year ago

This PR should periodically check HyperHDR if new tags are available. If a new tag is found, the pinned version in CI workflow build.yml is updated and a PR gets created.

If PR finishes building it can be merged and version needs to be bumped / tag needs to be created.

I found it safer to do it this way, so that PR does not rewrite the package.json on its own and possibly create conflicts.

Any input appreciated.

tuxuser commented 1 year ago

Example PR: https://github.com/tuxuser/hyperhdr-webos-loader/pull/3 Workflow run: https://github.com/tuxuser/hyperhdr-webos-loader/actions/runs/3726266225