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

I suggest the ability to pass a full custom title. Right now it looks like this: `Manual approval required for workflow run 4348714510: {issue-title}` I would also like complete control...

Hi, I'm trying to use this to open an issue with pulumi changes from pulumi preview before a pulumi up command. Not sure how to go about fixing this error....

troubleshooting

Hi team, i am trying to implement this on org level, have followed the instructions as given on readme but getting **docker unauthorised** error when am using this action, the...

The action worked well till yesterday, however, now it's in some way blocked in "Workflow status: Pending" despite having answered "yes" to the issue created. I can't understand what it's...

Thanks for providing this action, it's a much needed pattern for those of us without GHE. We are hitting an issue fairly regularly that is making it difficult to integrate...

Hey, I'm using it with following: ``` - name: Approval needed uses: trstringer/manual-approval@v1 with: secret: ... approvers: ... minimum-approvals: ... issue-title: ... exclude-workflow-initiator-as-approver: false ``` The 1.8.0 version is in...

The following error occurs. `error retrieving approvers: error parsing exclude-workflow-initiator-as-approver flag: strconv.ParseBool: parsing "": invalid syntax` my workflow step: ``` - uses: trstringer/manual-approval@v1 with: secret: ${{ github.TOKEN }} approvers: jieey1140...

troubleshooting

Hi! I have a workflow that runs on PR to branch master. It was working well until an issue times out automatically (72 hrs). After that, following PRs do not...

needs-info

Hello, Do you plan to create arm ghcr.io/trstringer/manual-approval:1.9.0 container?

Make the `approvers` field optional, and allow anyone to approve if it's empty. I had to rework `approvalFromComments` to make this work, since it worked by removing names from the...