hubCI 0.0.1.9000
use_hub_github_action()now fails with the list of workflows a hub can add when asked for anything else, such as thepr-commentcomposite action, instead of reporting a download error.Workflows that only work as a pair are now added together: asking for
validate-submissionalso addsvalidate-submission-comment, which posts the validation result on the submitter’s pull request.use_hub_github_action()now accepts any git reference GitHub recognises, including branch names containing slashes such as"ak/my-feature/27", which previously failed with a 404 error.use_hub_github_action()now leaves an existing workflow file untouched when it already matches the version being downloaded, and asks before overwriting one that differs (in a non-interactive session it overwrites and says so).
