arun291091/Wait For Approval GHA
Add a wait for Approval stage to your GitHub Action workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 21, 2024
- License
- GPL 3.0
Pinned Snippet
uses: arun291091/wait_for_approval_gha@e1b9b0af9a7f9bda5eccf4f762083155ff757b01 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base_repository_branch | default/base repository branch <main or master> | yes | — |
| github_org | Name of the Github organization <org> | yes | — |
| repository_name | Name of the Repository <test-repo> | yes | — |
| pr_reviewer | Reviewer for this approval <org/sre or individual user> | yes | — |
| time_limit | Wait time limit for the approval in Seconds | yes | — |
| github_token | Github token with pr/branch creation/merge permissions | yes | — |
Outputs
| name | description |
|---|---|
| date | Date |