Lines Changed Summary
Version updated for https://github.com/nrutman/lines-changed-gha to version v3.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Lines Changed Summary Action” is a GitHub Action that automates the process of commenting on pull requests with a detailed breakdown of lines changed, categorized into configurable file groups. It helps developers assess the scope of changes by grouping files (e.g., source code, tests, or generated files) and controlling which groups contribute to the main +/- metric. Key capabilities include collapsible sections for file summaries, direct links to diffs, and dynamic updates to prevent comment spam.
Release notes
What’s Changed
- Refactor to support multiple groups by @nrutman in https://github.com/nrutman/lines-changed-gha/pull/6
Full Changelog: https://github.com/nrutman/lines-changed-gha/compare/v2.0.1...v3