Skip to content

Releases: trstringer/manual-approval

v1.1.3

26 Mar 14:24
Compare
Choose a tag to compare

Change version of application image to reflect the updated release.

v1.1.2

26 Mar 14:19
Compare
Choose a tag to compare

This release fixes the formatting of the automated issue that is created.

v1.1.1

26 Mar 14:11
Compare
Choose a tag to compare

Change the action manifest image to include the update application code.

v1.1.0

26 Mar 14:03
Compare
Choose a tag to compare

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

25 Mar 01:37
Compare
Choose a tag to compare

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.