CDPHE-bioinformatics/CDPHE-SARS-CoV-2

[REQUEST] Auto version should push back to develop

Closed this issue · 1 comments

Feature Request

Auto versioning works, however, it creates a new commit on main when the version bump happens. This needs to be synced back to develop.

Solution

Change the auto version GitHub Action to merge main in and push it back to the remote.

Upstream effects

None.

Downstream effects

I'm uncertain how it will behave if instead of doing a pull request from develop we do it from a different branch. Theoretically, as long as there is a develop branch, the Action should continue like normal.

Closed by #56. It took quite a few tries to get it right so the merge history is a bit messy now. This was the fastest way to debug it though in my limited GitHub Actions experience. But only for this Action since it required a closed pull request to trigger.