cloudposse/Major Release Tagger GitHub Action

Major Release Tagger GitHub Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenStandard GitHub token (e.g., secrets.GITHUB_TOKEN)no${{ github.token }}
log-levelLog level for this action. Available options: ['off', 'error', 'warn', 'info', 'debug']. Default 'info'noinfo
git-user-nameGit user name that will be used for git confignoactions-bot
git-user-emailGit user email that will be used for git confignoactions-bot@users.noreply.github.com
dry-runRun action without pushing changes to upstreamnofalse
namedescription
responseResponse in json format for example: {"succeeded":true,"reason":"MAPPED_TAGS","message":"Successfully created/update v-tags.","data":{"v1": {"state":"updated", "oldSHA": "d9b3a3034766ac20294fd1c36cacc017ae4a3898", "newSHA":"e5c6309b473934cfe3e556013781b8757c1e0422"}, "v2": {"state":"created", "oldSHA": "bbf9f924752c61dcef084757bcf4440e23f2e16b", "newSHA":"5ae37ee514b73cf8146fe389ad839469e7f3a6d2"}}}