hestonhoffman/Changed lines
Get all modified lines in a Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 28, 2025
- License
- MIT
Pinned Snippet
uses: hestonhoffman/changed-lines@b51e5eff3b7f56b60460c5371206e1d781ffa6ab # 1.9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_url | Github API URL (primarily for Github Enterprise usage) | no | ${{ github.api_url }} |
| token | Assign a GITHUB_TOKEN to use | no | ${{ github.token }} |
| branch | Current PR branch | no | ${{ github.ref_name }} |
| repo | Repository to compare against | no | ${{ github.repository }} |
| pr | Pull Request number | no | ${{ github.event.number }} |
| delimiter | Delimiter to use for changes_files output | no | "" |
| file_filter | Filter for file extensions to include in output. Defaults to returning all file types | no | "" |
Outputs
| name | description |
|---|---|
| changed_lines | Lines with changes |
| changed_files | Files with changes |