notz/Update deployment status by unreleased commits

Updates the status of deployments based on unreleased commits in a repo

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe github token to use for making requestsyes${{ github.token }}
repo-regexThe regex to use for matching repos name in the commit messageyesdeploy ([a-zA-Z0-9-]+)
deployment-id-regexThe regex to use for matching deployment id in the commit messageyes\[([0-9]+)\]
tagThe tag to use for getting the unreleased commitsyesdeployed
namedescription
countThe number of processed deployment status updates