Skip to content

Commit

Permalink
updating readme with approval comment options #6
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning authored Sep 15, 2022
1 parent 353f7bc commit 92a9772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92a9772

Please sign in to comment.