jp00p / AGIMUS

Discord bot for Friends of Desoto
MIT License
10 stars 9 forks source link

Automation to automatically bump semver #537

Closed magikid closed 3 months ago

magikid commented 3 months ago

This PR adds a new workflow that runs when a PR is opened or reopened. The workflow bumps version and appVersion fields in the helm chart by a patch level e.g. 2.0.0 becomes 2.0.1. It then commits the change, pushes it to the PR branch, and makes a comment on the PR reminding the author to pull the change down.

Fixes #533

magikid commented 3 months ago

Okay so bumping the version on a PR from a fork might not work. Need to do more research. This should work if the PR is coming and going to the same repo though.

magikid commented 3 months ago

Superseded by #538