juliangruber/Find Pull Request

A GitHub Action for finding pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub Tokenno${{ github.token }}
branchThe name of the branch from which the pull request was opened. For cross-repository pull requests namespace the branch with user or organization name, i.e. 'user:branch-name' or 'org:branch-name'. no
baseThe base branch name of the Pull Requestno
authorThe author of the Pull Requestno
stateThe state of the Pull Request. Can be either `open`, `closed` or `all`.noopen
repoPull Request repo in owner/repo formatno
sortWhat to sort results by. Can be either `created`, `updated`, `popularity` (comment count) or `long-running` (age, filtering by pulls updated in the last month). no
directionThe direction of the sort. Can be either `asc` or `desc`.nodesc
labelsA comma-separated list of label names, all of which must be present for the PR to be returnedno
namedescription
numberThe Pull Request's number if one was found (e.g. '345' for
titleThe Pull Request's title if one was found
urlThe Pull Request's URL if one was found
head-refThe Pull Request's head ref (branch name) if one was found
head-shaThe Pull Request's head sha if one was found
base-refThe Pull Request's base ref (branch name) if one was found
base-shaThe Pull Request's base sha if one was found
base-repoThe Pull Request's base repository full name (e.g. octocat/Hello-World)
stateThe Pull Request's open or closed state if one was found
authorThe Pull Request's author if one was found
matching-pr-countThe number of pull requests matching the search criteria
matching-pr-numbersA JSON string representing the array of pull request numbers matching the search criteria, e.g.: `[1,2,3]`