nmz0429/Count the number of different lines in a PR
Count the number of different lines in a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GITHUB_TOKEN | yes | — |
| good-num-lines | The number of lines to warn | no | 300 |
| max-num-lines | The maximum number of lines to count | no | 500 |
| ignore | Files to ignore (gitignore format) | no | [] |
| disable-branches | If the PR is towards the specified branch, disable the action | no | [] |
Outputs
| name | description |
|---|---|
| num-diff-lines | The number of different lines in a PR |