sharesight/Find Github Pull Request

Find a Github Pull Request in a Github Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenGithub Token used to make API request to fetch pull requests from the current owner/repo.no${{ github.token }}
commitShaCommit SHA to find a PR for. Ignored for a pull_request event.no${{ github.sha }}
allowClosedAllow finding closed PRs. Ignored for a pull_request event.nofalse
failIfNotFoundFail if no PR with that sha is found. Ignored for a pull_request event.nofalse
namedescription
numberThe found PR number (eg. '1234')
titleThe found PR title, sanitized to be used in a shell environment.
bodyThe found PR description, sanitized to be used in a shell environment.
urlThe found PR url.
base-refThe found PR's base ref, eg. 'main' or 'master'.
base-shaThe found PR's base sha ref's sha, eg. 'main' is currently at 'a1b2c3d4f'.