Skip to content

Github API Confine: Beta release

Compare
Choose a tag to compare
@MatthiasZepper MatthiasZepper released this 14 Oct 13:51
· 34 commits to main since this release
c14ace3

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!