falkcorp/PR Auto Label
Automatically applies intelligent labels to pull requests based on content, files changed, and commit messages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | — |
| pr-number | Pull request number to label | yes | — |
| repository | Repository in owner/repo format | yes | — |
| label-config | Optional JSON configuration for custom label rules (URL or inline JSON) | no | "" |
| skip-existing | Skip labeling if PR already has labels | no | false |
| dry-run | Analyze and report labels without applying them | no | false |
Outputs
| name | description |
|---|---|
| labels-applied | Comma-separated list of labels applied to the PR |
| labels-suggested | Comma-separated list of all suggested labels (before deduplication) |
| analysis-summary | Summary of the analysis including files, keywords, and rules matched |