akefirad/manual-approval-action

GitHub Action for manual approvals

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for API accessno${{ github.token }}
timeout-secondsTime to wait for approval in secondsno60
poll-interval-secondsHow often to check for comments in secondsno3
approval-keywordsKeywords that trigger approvalnoapproved!
rejections-keywordsKeywords that trigger rejectionno""
fail-on-rejectionFail the job if explicitly rejectednotrue
fail-on-timeoutFail the job if timed outnotrue
issue-titleTitle for the approval issue, leave empty for defaultno""
issue-bodyBody content for approval issueno""
namedescription
statusResult of the approval process: approved, rejected, or timed-out
approversComma-separated list of users who approved
issue-urlURL of the issue used for approval