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

## Example Config ```yml steps: - uses: trstringer/manual-approval@v1 with: approvers: org-team1 ``` If there is a suspended user in your GitHub Enterprise `org-team1`, the action will fail with the following...

Is there a way to let anyone who has permission to manage issues approve the issue of this action?

Hi. I just spent 2 weeks trying to get manual-approval to work with a Github Team instead of a manual list of users. When I read "Org team approver", I...

Is it possible to use a flag that makes the process to return the approval status instead of failing? For example, the step will always be success (unless there's a...

Add a `buildx` makefile command that leverages `docker buildx` to make multi-architecture images. `--platform` can be any platforms that are the intersect of all base images used in the Dockerfile,...

Please add a more prominent warning, that using this action is pausing a github runner. So if you use private repos, you get heavily billed.

Is it possible to add a label to the created issue using the `manual-approval` Github Action? Currently, the created issues are showing up in our project Kanban view and I...

Many organizations use [GitHub CodeOwners ](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) to add reviewers to Pull requests, etc. Hence it will be useful to just maintain the reviewers' list at one place in the repository...

Assignees must be assigned up to 10, as #94 mentioned. so, I would want option to set assigned as team not individual members to assignees.

## Example Config ```yml steps: - uses: trstringer/manual-approval@v1 with: secret: ${{ github.TOKEN }} approvers: org-team1 ``` If your `org-team1` has more than 10 users, only 10 users will be added...