actions-marketplace-validations/Check PR CI

Check the PR CI status and perform some operation after success or failure.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 15, 2024
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/actions-cool_check-pr-ci@75226421567b73679fb8a98ad26799231eec60ea # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenSecret GitHub API token to use for making API requests.yes${{ github.token }}
filter-labelFilter PR by label.
filter-creatorFilter PR by creator name.
filter-creator-authorityFilter PR by creator authority.
filter-head-refFilter PR head ref branch.
filter-support-forkFilter PR come from.
skip-run-namesSkip some run names.
success-reviewWhether to approve when success.
success-review-bodyReview body.
success-mergeWhether to merge when success.
merge-methodMerge method to use. Possible values are merge, squash or rebase. Default is merge.
merge-titleTitle for the automatic merge.
merge-messageExtra detail to append to automatic merge.
conflict-review-bodyComment when has conflict.
failure-reviewInclude REQUEST_CHANGES or COMMENT.
failure-review-bodyReview body.
failure-closeWhether close PR.

no outputs