geoadmin/Tag based on milestone title
Tag the repository on pull request merge. Tag name is based on the attached milestone title.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github repository token | yes | — |
| custom_tag | Custom Tag | — | ${MILESTONE} |
| initial_tag_number | Initial tag number | — | 1 |
| milestone_pattern | Milestone pattern used to search previous tag | — | .+? |
| milestone | Milestone value to use for tag (overwrite the value attached to the PR) | — | — |
| dry_run | Dry run for testing, do not create the tag if set to true. | — | false |
Outputs
| name | description |
|---|---|
| new_tag | New tag |
| previous_tag | Previous tag |
| tag_created | "true" if a tag has been created, "false" otherwise |