adiseshan/get-pr-info-action
identify the pr number for the given gitsha
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| INPUT_GITHUB_HOSTNAME | github hostname if ghe | no | github.com |
| INPUT_GITHUB_TOKEN | Input github token | — | — |
| INPUT_GITHUB_SHA | Input github sha | — | — |
Outputs
| name | description |
|---|---|
| OUTPUT_PR_NUMBER | PR number which created the INPUT_GITHUB_SHA |
| OUTPUT_PR_TITLE | PR title which created the INPUT_GITHUB_SHA |
| OUTPUT_PR_BODY | PR body which created the INPUT_GITHUB_SHA |
| OUTPUT_PR_URL | PR url which created the INPUT_GITHUB_SHA |