Extend inputs & support GH Enterprise
GH Enterprise is supported by using a variable base URL for GH and the GH REST API.
New inputs:
acceptable_conclusions
: Conclusion states that will not result in errors and a failure.fail_fast
: Toggle failing as soon as a status check concludes in a state not part ofacceptable_conclusions
.gh_rest_api_base_url
: The GH REST API base URL, defaults tohttps://api.github.com
. For more information about this value, see the GH docs.post_sleep
: Set the seconds the action should sleep after waiting for status checks to conclude.
Changed inputs:
pre_sleep
: Renamed input for the oldsleep
input.sleep
: Deprecated. It is now calledpre_sleep
instead.
Changelog
v2.15.0 (2023-11-02)
Implemented enhancements:
Fixed bugs:
- Reinstate and deprecate the
sleep
input #209
Closed issues:
Merged pull requests:
- Reinstate, but deprecate, the 'sleep' input #210 (@CasperWA )
- Add 'post_sleep' input, rename 'sleep'->'pre_sleep' #208 (@CasperWA)
- Support GH Enterprise #205 (@CasperWA)
- Add custom acceptable job run conclusions #204 (@CasperWA)
* This Changelog was automatically generated by github_changelog_generator