gh-counter
Version updated for https://github.com/kitsuyui/gh-counter to version v1.5.
- This action is used across all versions by 6 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
gh-counter is a GitHub Action designed to track and count specific code markers (e.g., TODO, FIXME, @ts-ignore) in pull requests and the default branch of a repository. It automates tasks such as evaluating PR changes against configurable thresholds, generating repository-wide dashboards, and optionally publishing JSON reports and badge assets for tracking these markers over time. This tool simplifies codebase quality monitoring and enables teams to enforce consistent coding practices with minimal setup.
What’s Changed
What’s Changed
- Separate PR gate from repo dashboard by @kitsuyui in https://github.com/kitsuyui/gh-counter/pull/12
Full Changelog: https://github.com/kitsuyui/gh-counter/compare/v1.4...v1.5