jterceiro/PR Labeler

Automatically label pull requests based on file patterns using gh-labeler

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoRepository name in format owner/repo (e.g., octocat/hello-world). Defaults to current repository.no${{ github.repository }}
pr-numberPull request number. Defaults to the current PR number.no${{ github.event.pull_request.number }}
config-pathPath to labeler.yml configuration filenolabeler.yml
tokenGitHub token for API access. Defaults to the workflow GITHUB_TOKEN.no${{ github.token }}
dry-runShow which labels would be applied without actually applying them (true/false)nofalse
verboseEnable verbose output (true/false)nofalse
create-missing-labelsCreate labels in the repository if they don't exist (true/false)nofalse

no outputs