GitHub API Usage Tracker
Version updated for https://github.com/hesreallyhim/github-api-usage-tracker to version v1.2.0.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action tracks and reports the number of GitHub API requests consumed during a workflow job, categorized by rate-limit buckets (e.g., core, GraphQL, search). It automates the process of monitoring API usage by capturing the rate-limit state at the start and end of a job, providing a clear summary of usage in the workflow UI. This helps developers optimize workflows and avoid exceeding API rate limits.
Release notes
1.2.0 (2026-01-23)
Features
- Add summary table, configurable buckets, and improve logging (bee0b09)
- change formatting of summary to report start & end (954fa43)
- reformat output for reset crossing (6cecd9f)
- remove used_is_minimum property (77530e5)