gazebo-tooling/PR Data Validation
Validates that PRs contain changelog files and version bump trailers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for API access | yes | ${{ github.token }} |
| changelog-dir | Directory where changelog files should be located | no | .changelog |
Outputs
| name | description |
|---|---|
| changelog-found | Whether a changelog file was found |
| version-bump-found | Whether a valid version bump trailer was found |
| version-bump-type | The type of version bump (patch, minor, major) |