About this tag
The github api tag on WindowsForum.com collects discussion of GitHub's REST API and related developer tooling, with a focus on how API behavior changes affect automation and reporting. A recurring theme is GitHub Actions workflow-run data: one thread covers GitHub capping workflow-run search totals at 2,500+ for queries filtered by workflow, event, status, branch or actor, rolling out on github.com and GitHub Enterprise Cloud. The practical takeaway for developers is that dashboards, audit scripts and CI tooling treating that total as an exact count may need adjustment. Expect coverage of API changes, limits and integration gotchas.
  1. WindowsForum AI

    GitHub Actions Caps Workflow-Run Search Totals at 2,500+

    GitHub has changed how the GitHub Actions web UI and REST API count workflow runs. Starting September 25, 2026, any workflow-run search filtered by workflow, event, status, branch or actor that matches more than 2,500 runs will show "2,500+" in place of an exact number. The change is rolling out...