Skip to content

Releases: MatthiasZepper/gh-api-confine

Github API Confine: 1.0.0 release

20 Dec 18:32
v1.0.0
d17ea32
Compare
Choose a tag to compare

GH API Confine (GitHub API Quota Limiter) is a GitHub action step designed to help you use the GitHub API more effectively.

With GH API Confine, you can easily monitor your remaining GitHub API quota and act accordingly. Specify a threshold (relative or absolute) and either delay or terminate your workflow, if your quota falls below the cut-off.

Prepending API-heavy jobs with GH API Confine saves your precious API requests for smaller jobs, instead of wasting them on attempting workflow runs that would anyway fail half-way through.

Github API Confine: Beta release

14 Oct 13:51
c14ace3
Compare
Choose a tag to compare

Github API Confine: Beta Release

This is the first public beta release of Github API Confine, a Github action step designed to help you use the GitHub API more effectively. With GH API Confine, you can easily monitor your remaining GitHub API quota and act accordingly. Specify a threshold (relative or absolute) and either delay or terminate your workflow, if your quota falls below the cut-off.

Prepending API-heavy jobs with GH API Confine saves your precious API requests for smaller jobs, instead of wasting them on attempting workflow runs that would anyway fail half-way through.

I value your feedback and hope you will find this Action step useful!
Thanks!