Releases: MatthiasZepper/gh-api-confine
Github API Confine: 1.0.0 release
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
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!