Skip to content
Compare
Choose a tag to compare
@CasperWA CasperWA released this 02 Nov 00:22
· 23 commits to main since this release

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 of acceptable_conclusions.
  • gh_rest_api_base_url: The GH REST API base URL, defaults to https://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 old sleep input.
  • sleep: Deprecated. It is now called pre_sleep instead.

Changelog

v2.15.0 (2023-11-02)

Full Changelog

Implemented enhancements:

  • State of checks #149
  • Make post-sleep a user input #136

Fixed bugs:

  • Reinstate and deprecate the sleep input #209

Closed issues:

  • Support GH enterprise #201
  • Error logged when check is skipped #153

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator