actions-marketplace-validations/Create Manual Approval Issue
Creates an issue that will be used for manual approvals between stages in a CI/CD pipeline.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 13, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/toppulous_create-manual-approval-issue@915f54b901e41f6fe3747e1f19a2328af58f6151 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| label | The label to attach to the issue - should be unique per stage, and should not be used outside of CI/CD | yes | — |
| title | Title to assign the issue | no | [Github Actions] Manual Approval Required |
| body | Body to assign to the issue | no | Closing this issue will approve all changes listed in comments to the next stage |
| github-token | The gitHub token used to create an authenticated client | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| issue-number | Number of the issue created (or found, if one already exists with the given label) |