adirandom/PR Size Tagging
Free github action to apply labels based on PR size
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| labels | An array of {name:string, size:number} objects to describe the labels to apply. Use -1 for infinite size | no | [{"name": "XS", "size": 0}, {"name": "S", "size": 30}, {"name": "M", "size": 100}, {"name": "L", "size": 300}, {"name": "XL", "size": 1000}, {"name": "XXL", "size": -1}] |
| token | The github token | yes | — |
Outputs
no outputs