Releases: trstringer/manual-approval
v1.1.3
Change version of application image to reflect the updated release.
v1.1.2
This release fixes the formatting of the automated issue that is created.
v1.1.1
Change the action manifest image to include the update application code.
v1.1.0
This release adds flexibility in the approval and denial keywords. Previously it had to be "Approved" or "Denied". Now the keywords are:
- Approval keywords - "approve", "approved", "lgtm", "yes"
- Denial keywords - "deny", "denied", "no"
They are case sensitive and can have optional punctuation of either a period or exclamation mark.
v1.0.0
This is the initial release of this action. This provides the ability to pause a workflow and request approval (or denial) before continuing. This is a common scenario for manual intervention prior to deploying your software from a CI/CD pipeline.
Please see the repo README.md
for more detailed information on usage.