srz-zumix/gh-label-kit Labeler Action

Automatically label new pull requests based on the paths of files being changed

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-tokenThe GitHub token used to manage labelsno""
configuration-pathThe path for the label configurationsno.github/labeler.yml
sync-labelsWhether or not to remove labels when matching files are revertednofalse
dotWhether or not to auto-include paths starting with dot (e.g. `.github`)notrue
pr-numberThe pull request number(s)no${{ github.event.number }}
review-requestControl 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) noaddto
strict-configWhether or not to fail if the configuration file is invalidnofalse
cacheWhether or not to use aqua install cachenotrue
namedescription
new-labelsA comma-separated list of all new labels
all-labelsA comma-separated list of all labels that the PR contains
cache-hitWhether or not the cache was hit