jwalton/Find Current Pull Request

Find a PR associated with the current commit.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenThe GitHub token used to create an authenticated client. Defaults to github provided token.no${{ github.token }}
stateThe state of the PR to return. One of "open", "closed", or "all".noopen
shaSHA to get PR for. Defaults to current pull request SHA or current SHA.no${{ github.event.pull_request.head.sha || github.sha }}
namedescription
prThe PR if one was found. (e.g. '345' for
numberThe PR's number if the PR was found (e.g. '345' for
titleThe PR's title if the PR was found
bodyThe PR's body if the PR was found