bedrockstreaming/Pull Request auto size labeler
Github action to automatically add label on PR to define size (based on line diff and file modified)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| xs_label | XS label text | no | Size/XS |
| xs_diff | Size of line diff for XS label | no | 50 |
| xs_files | Size of file diff for XS label | no | 5 |
| s_label | S label text | no | Size/S |
| s_diff | Size of line diff for S label | no | 100 |
| s_files | Size of file diff for S label | no | 10 |
| m_label | M label text | no | Size/M |
| m_diff | Size of line diff for M label | no | 500 |
| m_files | Size of file diff for M label | no | 30 |
| l_label | L label text | no | Size/L |
| l_diff | Size of line diff for L label | no | 800 |
| l_files | Size of file diff for L label | no | 50 |
| xl_label | XL label text | no | Size/XL |
| xl_diff | Size of line diff for XL label | no | 1500 |
| xl_files | Size of file diff for XL label | no | 100 |
| exclude_files | Regexp to ignore files from the line diff count (example: yarn.lock) | yes | — |
| token | Github API token | yes | — |
Outputs
no outputs