GitHub API Usage Tracker
Version updated for https://github.com/hesreallyhim/github-api-usage-tracker to version github-api-usage-tracker-v1.1.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, “GitHub API Usage Tracker,” monitors and tracks 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 by capturing API usage at the start and end of a job, providing a detailed summary of the total requests used, remaining limits, and breakdown by bucket. This helps developers better understand and manage their API usage within rate limits.
Release notes
1.1.0 (2026-01-21)
Features
- Add summary table, configurable buckets, and improve logging (bee0b09)