gabriel-dantas98/Get a pull request
Find a PR associated with commit/sha or branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 24, 2021
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: gabriel-dantas98/find-pull-request-action@2f02bcc487a624f577f1092af313a3b2a612b879 # v1.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client. Defaults to github provided token. | — | ${{ github.token }} |
| sha | Sha to get PR for. Defaults to current sha. | — | ${{ github.sha }} |
| repository | repository. Defaults to current repository. | — | ${{ github.repository }} |
| owner | Sha to get PR for. Defaults to current sha. | — | ${{ github.owner }} |
Outputs
| name | description |
|---|---|
| number | The PR's number if the PR was found (e.g. '345' for |
| title | The PR's title if the PR was found |
| body | The PR's body if the PR was found |