arabcoders/Python Auto Tagging
Automatically generate new tags when version file changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github Token | yes | — |
| path | Path to version file | yes | — |
| regex | Regular expression to match the version | yes | — |
| prefix | Prefix to add to the version tag | no | — |
| suffix | Suffix to add to the version tag | no | — |
| repo_name | Repository name If not provided, the repository name will be extracted from the github context. | no | — |
Outputs
| name | description |
|---|---|
| version | The version defined in the version file |