notz/Update deployment status by unreleased commits
Updates the status of deployments based on unreleased commits in a repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The github token to use for making requests | yes | ${{ github.token }} |
| repo-regex | The regex to use for matching repos name in the commit message | yes | deploy ([a-zA-Z0-9-]+) |
| deployment-id-regex | The regex to use for matching deployment id in the commit message | yes | \[([0-9]+)\] |
| tag | The tag to use for getting the unreleased commits | yes | deployed |
Outputs
| name | description |
|---|---|
| count | The number of processed deployment status updates |