raultoto/PR Auto Classifier
Automatically classifies pull requests based on size, type, and semantic version bump
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 | ${{ github.token }} |
| base-ref | Base reference for the PR | no | ${{ github.base_ref }} |
| pr-number | Pull request number | no | ${{ github.event.pull_request.number }} |
Outputs
| name | description |
|---|---|
| size | Classified size of the PR |
| types | Detected file types in the PR |
| version-bump | Required version bump (major/minor/patch) |