speareducation/Find Current Pull Request

Find a PR associated with the current commit. Only if the current commit is the HEAD commit of an open PR.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenThe GitHub token used to create an authenticated client. Defaults to github provided token.${{ github.token }}
shaSha to get PR for. Defaults to current sha.${{ github.sha }}
namedescription
prThe PR if one was found. (e.g. '373')
numberThe PR's number if the PR was found (e.g. '373')
titleThe PR's title if the PR was found
bodyThe PR's body if the PR was found