Skip to content

Commit

Permalink
docs: automated changelog update
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <[email protected]>
  • Loading branch information
GitHub Actions committed Jul 13, 2023
1 parent 6c975b7 commit d995fec
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Changelog for unreleased

The following sections list the changes for unreleased.

## 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.

https://github.com/promhippie/github_exporter/issues/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.

https://github.com/promhippie/github_exporter/issues/228


# Changelog for 2.2.1

The following sections list the changes for 2.2.1.
Expand Down

0 comments on commit d995fec

Please sign in to comment.