joshjohanning/ApproveOps - Approvals in IssueOps

IssueOps (ChatOps) workflows that require Approvals from someone in a designated GitHub team

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
approve-commandThe command to look for in the comments; e.g.: /approveyes/approve
team-nameThe name of the team in GitHub to check for the approval command; e.g.: approver-teamyes
tokenGitHub App installation token or PAT that has access to read the comments and check the org team's membershipyes${{ github.token }}
fail-if-approval-not-foundFail the action (i.e. show the action run as red) if the command is not found in the comments from someone in the approver teamyestrue
post-successful-approval-commentBoolean whether to post successful approval commentyestrue
successful-approval-commentComment to post if an approval is foundyes:tada: You were able to run the workflow because someone left an approval in the comments!!
namedescription
approvedReturns 'true' if the approval command was found in a comment from someone in the approver team, otherwise 'false'