tamcore/PR Merge Gatekeeper
Ensures all CI checks pass before merging PRs. Polls check runs and statuses, retrying in-progress checks.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token to access PR commit statuses and checks | no | ${{ github.token }} |
| initial-delay-seconds | Seconds to sleep before the first check | no | 5 |
| max-retries | Number of retries while checks are still in progress | no | 5 |
| polling-interval-seconds | Seconds to wait between retry attempts | no | 60 |
| ignored-name-patterns | Newline-separated list of regex patterns to exclude jobs from evaluation | no | "" |
| full-details-summary | Show all checks in the summary (not just failures) | no | false |
Outputs
no outputs