actions-cool/Check PR CI
Check the PR CI status and perform some operation after success or failure.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Activelast commit Mar 30, 2026
- License
- MIT
Pinned Snippet
uses: actions-cool/check-pr-ci@75226421567b73679fb8a98ad26799231eec60ea # v1.5.0tags 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. | — | — |
| skip-check-label-name | Label names to skip during checks. | — | skip-ci-check |
| 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