friendsofgo/PRs Size Labeler
Sample GitHub Action written in Go to visualize and optionally limit the size of your pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token | yes | — |
| xs_max_size | Max size for a PR to be considered XS | no | 10 |
| s_max_size | Max size for a PR to be considered S | no | 100 |
| m_max_size | Max size for a PR to be considered M | no | 500 |
| l_max_size | Max size for a PR to be considered L | no | 1000 |
| fail_if_xl | Fail if the PR size is XL | no | false |
| message_if_xl | Comment added if the PR size is XL | no | "" |
Outputs
no outputs