automattic/PR is Up To Date

Check that Pull Requests are up to date with respect to a git tag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branchOnly check PRs being merged into this branch. Defaults to the repo's default branch.no${{ github.event.repository.default_branch }}
statusStatus context for the status check. Default is "PR is up to date".no
description-failDescription field for the status check when the PR is out of date. Default is "This PR needs a $BRANCH merge or rebase."no
description-okDescription field for the status check when the PR is up to date. Default is empty.no
tagsWhitespace-separated list of tags that the PR must be up to date with. Required when called on pull_request, but currently defaults to `input.tag` if that is set for back compat.no
tagTag that PRs must be up to date with. Required when called on push.no
pathsWhen called on push, only process PRs that touch a file matching one of these paths (one path per line). Any path format accepted by `git diff` may be used.no
tokenGitHub Access Token. The user associated with this token will show up as the "creator" of the status check.no${{ github.token }}

no outputs