actions-marketplace-validations/Check PR CI
Check the PR CI status and perform some operation after success or failure.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 15, 2024
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/actions-cool_check-pr-ci@75226421567b73679fb8a98ad26799231eec60ea # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| filter-label | Filter PR by label. | — | — |
| filter-creator | Filter PR by creator name. | — | — |
| filter-creator-authority | Filter PR by creator authority. | — | — |
| filter-head-ref | Filter PR head ref branch. | — | — |
| filter-support-fork | Filter PR come from. | — | — |
| skip-run-names | Skip some run names. | — | — |
| success-review | Whether to approve when success. | — | — |
| success-review-body | Review body. | — | — |
| success-merge | Whether to merge when success. | — | — |
| merge-method | Merge method to use. Possible values are merge, squash or rebase. Default is merge. | — | — |
| merge-title | Title for the automatic merge. | — | — |
| merge-message | Extra detail to append to automatic merge. | — | — |
| conflict-review-body | Comment when has conflict. | — | — |
| failure-review | Include REQUEST_CHANGES or COMMENT. | — | — |
| failure-review-body | Review body. | — | — |
| failure-close | Whether close PR. | — | — |
Outputs
no outputs