srz-zumix/gh-label-kit Labeler Action
Automatically label new pull requests based on the paths of files being changed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GitHub token used to manage labels | no | "" |
| configuration-path | The path for the label configurations | no | .github/labeler.yml |
| sync-labels | Whether or not to remove labels when matching files are reverted | no | false |
| dot | Whether or not to auto-include paths starting with dot (e.g. `.github`) | no | true |
| pr-number | The pull request number(s) | no | ${{ github.event.number }} |
| review-request | Control review request behavior: none (no requests), addto (request on new labels), ready_for_review (request on new labels when PR is ready for review, require ready_for_review activity), always_reviewable (request on all matched labels when PR is reviewable), always (request on all matched labels) | no | addto |
| strict-config | Whether or not to fail if the configuration file is invalid | no | false |
| cache | Whether or not to use aqua install cache | no | true |
Outputs
| name | description |
|---|---|
| new-labels | A comma-separated list of all new labels |
| all-labels | A comma-separated list of all labels that the PR contains |
| cache-hit | Whether or not the cache was hit |