sodiray/Require Semantic Versioning Bump
Requires that the PR being merged has bumped the version to a valid semver
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A GitHub token. | no | ${{ github.token }} |
| file | The relative path (from your project root) to the file with your version identifier in it. Do not include the initial backslash. | yes | — |
| pattern | The regex pattern that should be used to parse the version from your version file. Note: because the string will be converted to a regex the backslashes need to be double escaped. | yes | — |
Outputs
no outputs