Skip to content

Github API Confine: 1.0.0 release

Latest
Compare
Choose a tag to compare
@MatthiasZepper MatthiasZepper released this 20 Dec 18:32
v1.0.0
d17ea32

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.