Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 07:47
· 314 commits to master since this release
v2.3.0

Changelog for 2.3.0

The following sections list the changes for 2.3.0.

Summary

  • Fix #230: Properly handle workflow status results
  • Enh #228: Enable app support for GitHub Enterprise

Details

  • Bugfix #230: Properly handle workflow status results

    While a workflow is running the conclusion property provides an empty string, in order to get a
    proper value in this case we have changed the metric value to the status property which offers a
    useable fallback.

    #230

  • Enhancement #228: Enable app support for GitHub Enterprise

    Previously we had support for GitHub applications for the SaaS version only, with this change
    you are also able to use application registration for GitHub Enterprise.

    #228