From 92a9772e471c48f64110103f00cd71b77e1f413d Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Thu, 15 Sep 2022 16:12:15 -0500 Subject: [PATCH] updating readme with approval comment options #6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 45bca36..bac9c17 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ See the following guide on this action: https://josh-ops.com/posts/github-approv app-private-key: ${{ secrets.PRIVATE_KEY }} # Private key for the GitHub App that is installed on the repo; e.g.: ${{ secrets.PRIVATE_KEY }} team-name: approver-team # The name of the team in GitHub to check for the approval command; e.g.: approver-team fail-if-approval-not-found: false # Fail the action (show the action run as red) if the command is not found in the comments from someone in the approver team" + post-successful-approval-comment: true # Boolean whether to post successful approval comment + successful-approval-comment: ':tada: You were able to run the workflow because someone left an approval in the comments!! :tada:' # Comment to post if there is an approval is found ``` ## Prerequisites