dkershner6/Get Pull Request
This action fetches a pull request based on simple inputs for use in non pull request triggers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The token to use, if fetching from another repo, use a PAT or similar. | yes | — |
| repo-owner | The owner for the repo where the pull request lives, defaults to context.repo.owner (the current repo) | no | — |
| repo-name | The name of the repo where the pull request lives, defaults to context.repo.repo (the current repo) | no | — |
| pull-number | The number of the pull request to fetch, defaults to context.issue.number | no | — |
Outputs
| name | description |
|---|---|
| pr | The pull request, in JSON format |