marmichalski/Koszulka
A GitHub Action that assigns a t-shirt sized label to your pull request based on the size of it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token to use to interact with the GitHub API. | yes | — |
| name | The name of the check run. | no | koszulka |
| ignoreLineDeletions | Whether to ignore line deletions. | no | false |
| ignoreFileRemovals | Whether to ignore complete file removals. | no | false |
| ignoreFiles | A multi-line list of file names to ignore, matching by minimatch. | no | "" |
| labels | A multi-line list of labels. | no | size/xs size/s size/m size/l size/xl |
| labelsSizes | A multi-line list of max changes (additions + deletions) per label. Size must be one less than labels, when the last size is exceeded, the last label will be used. | — | 10 100 500 1000 |
| commentOnLastSize | Should a comment be made when pull request is the biggest size. | no | false |
| commentContentOnLastSize | Comment content when pull request is the biggest size. | no | This PR is quite large. Please make sure it focuses on a single issue, as it may be rejected because of its size. |
| failOnLastSize | Should the check run be failed when pull request is the biggest size. | no | false |
Outputs
no outputs