geldata/Validate Release PR
Performs checks on release PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github API token. | yes | — |
| version_file | Path to the file contaning the version string. | no | — |
| version_expr | Extended regular expression used to match the line with the version string. The first capturing group must match the version string itself, excluding the quotes. The pattern may contain [[:PEP440:]] and [[:SEMVER:]] magic "classes" that match Python and SemVer versions correspondingly. | no | "" |
Outputs
| name | description |
|---|---|
| version | The release version. |