automattic/PR is Up To Date
Check that Pull Requests are up to date with respect to a git tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Only check PRs being merged into this branch. Defaults to the repo's default branch. | no | ${{ github.event.repository.default_branch }} |
| status | Status context for the status check. Default is "PR is up to date". | no | — |
| description-fail | Description field for the status check when the PR is out of date. Default is "This PR needs a $BRANCH merge or rebase." | no | — |
| description-ok | Description field for the status check when the PR is up to date. Default is empty. | no | — |
| tags | Whitespace-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 | — |
| tag | Tag that PRs must be up to date with. Required when called on push. | no | — |
| paths | When 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 | — |
| token | GitHub Access Token. The user associated with this token will show up as the "creator" of the status check. | no | ${{ github.token }} |
Outputs
no outputs