jterceiro/PR Labeler
Automatically label pull requests based on file patterns using gh-labeler
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository name in format owner/repo (e.g., octocat/hello-world). Defaults to current repository. | no | ${{ github.repository }} |
| pr-number | Pull request number. Defaults to the current PR number. | no | ${{ github.event.pull_request.number }} |
| config-path | Path to labeler.yml configuration file | no | labeler.yml |
| token | GitHub token for API access. Defaults to the workflow GITHUB_TOKEN. | no | ${{ github.token }} |
| dry-run | Show which labels would be applied without actually applying them (true/false) | no | false |
| verbose | Enable verbose output (true/false) | no | false |
| create-missing-labels | Create labels in the repository if they don't exist (true/false) | no | false |
Outputs
no outputs