Explicitly match the full version variable name to avoid matching other
variables when updating the `defaults/main.yml` file.
Signed-off-by: SuperQ <superq@gmail.com>
The command line parser for the verison updater was not updated to
support the additional parameter.
* Rename `type` variable to `githost` to make it more clear.
Signed-off-by: SuperQ <superq@gmail.com>
* Check for remote branch before trying to build a changeset.
* Fail exit if push fails.
* Add pull-request permission to workflow.
Signed-off-by: SuperQ <superq@gmail.com>
Move role repo discovery to a script to avoid shell escaping issues.
* Fix up argument_specs.yml.
Signed-off-by: prombot <prometheus-team@googlegroups.com>