manual-approval icon indicating copy to clipboard operation
manual-approval copied to clipboard

Pause your GitHub Actions workflow and request manual approval from set approvers before continuing

Results 55 manual-approval issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use trstringer/manual-approval@v1 between terraform plan and apply, however it complains: Attempting to expand user xiaoanne/xiaoanne as a group (may not succeed) GET https://api.github.com/orgs/xiaoanne/teams/xiaoanne/members: 404 Not...

Add a new field named "comment" where the bot would add the output of a defined step as a comment. This would happen before replying with yes/no for approvals. For...

enhancement

I've set ``` timeout-minutes: 3 ``` and it does not seem to work out. Cancelled it manually after 7 minutes: ``` Tue, 04 Oct 2022 14:03:25 GMT Respond "approved", "approve",...

needs-info

Hi I got the following error when using Attempting to expand user "user" as a group (may not succeed) GET https://api.github.com/orgs/blacklabnz/teams/user/members: 404 Not Found [] Creating issue in repo github_account/repo...

Everything works great with `github.TOKEN`, but when using a Github App (to get the approval team expansion working), approval comments are never picked up from the created issue. Issues are...

Thank you for creating and sharing an amazing plugin! The docs on the "Org Team Approver" have limited / incorrect information, the the extra "Permissions" section is misleading. https://github.com/marketplace/actions/manual-workflow-approval#org-team-approver I...

We can add several approvers and how many approvals we require to proceed with the next stage. I have used it with a minimum of 1 approval required out of...

Everything works fine and it's brilliant - I can have approval steps without having to pay $231/year for my side project. Currently, when the action is triggered and creates the...

`GetURL` returns the API URL of the issue, e.g.: ``` Issue created: https://api.github.com/repos/user/repo/issues/123456 ``` It would be more useful to put the HTML URL (for human use) in the job...