grafana/Wait for GitHub
Wait for things to happen on GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | no | ${{ github.token }} |
| app-id | GitHub App ID | no | — |
| app-installation-id | GitHub App installation ID | no | — |
| app-private-key | GitHub App private key | no | — |
| exclude-checks | The comma-separated names of the checks to exclude statuses of. Only used when wait-for is "ci" | no | — |
| timeout | Timeout in golang duration format | no | 5m |
| interval | Recheck interval (poll this often) in golang duration format | no | 30s |
| wait-for | What to wait for. Valid values: "ci" (wait for CI to finish), "pr" (wait for PR to be merged) | yes | — |
| owner | GitHub repo owner | no | ${{ github.repository_owner }} |
| repo | GitHub repo name | no | ${{ github.event.repository.name }} |
| ref | Git ref to check | yes | — |
| checks-to-wait-for | The comma-separated names of the checks to wait for. Only used when wait-for is "ci" | no | — |
| ignore-failed-ci | Ignore failed CI checks and continue waiting. Only used when wait-for is "pr". Defaults to false | no | false |
| action-retries | Number of times to retry failed GitHub Actions before failing | no | 0 |
Outputs
no outputs