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

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...

Hi @trstringer, I am facing this(screenshot) issue on my self-hosted arm64 based linux ec2 instance. I would appreciate if you could deploy docker image with both amd64 and arm64 manifests,...

enhancement

Used the following values for github team and token: ![image](https://github.com/trstringer/manual-approval/assets/11252951/ef602501-9d44-4d6f-9d49-3c59b388dcd8) But I'm getting the following error: Note: The same setup was working in other repo 2 days back but today...

This Action should note that maximum size of an issue body is 65536 characters. Attempting to create an issue larger than this results in: > 422 Validation Failed [{Resource:Issue Field:body...

This is the output from my workflow at the very beginning: ``` /usr/bin/docker pull ghcr.io/trstringer/manual-approval:1.9.0 permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.2[4](https://github.com/wasuaje/fastERPTodocaser/actions/runs/5647730094/job/15298594526#step:2:4)/images/create?fromImage=ghcr.io%2Ftrstringer%2Fmanual-approval&tag=1.9.0":...

Hello Team, We tried using mannual approver action in our github action workflow, but it is throwing below error. Error: Unexpected input(s) 'timeout-minutes', valid inputs are ['entryPoint', 'args', 'approvers', 'secret',...

My github org repo is like github.company.net/repo/ but this action is rendering the url like github.com/repo/

Please can someone explain me how can i get the approval values (yes, approve...) when i click on the *approve and deploy* button in the *Review pending deployment* pop up....

- Allow user set labels of issue - Allow user see the file preview before continue the pipeline Example: ```yaml labels: migration additional-issue-body-file: ZW52aXJvbm1lbnQ6IHRlc3QKc3FsczoKICAgIC0gQUxURVIgVEFCTEUgInN0b3BzIiBBTFRFUiBDT0xVTU4gImNvb3JkaW5hdGUiIFRZUEUgZ2VvbWV0cnkoUG9pbnQsNDMyNikgVVNJTkcgImNvb3JkaW5hdGUiOjpnZW9tZXRyeShQb2ludCw0MzI2KQogICAgLSBBTFRFUiBUQUJMRSAic3RvcHMiIEFMVEVSIENPTFVNTiAiY29vcmRpbmF0ZSIgU0VUIERFRkFVTFQgbnVsbAo=.yaml ``` ![image](https://user-images.githubusercontent.com/22214317/230833446-f16dd409-f0e5-4a91-9f40-5b3ba95b0abb.png)