getsentry/Get Dependent Pull Request
This checks current PR body for a dependent PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| appId | GitHub App ID | yes | — |
| privateKey | GitHub App private key | yes | — |
| textPattern | The regex pattern to use against the referencer, note this is passed to RegExp() | no | — |
| patternFlags | The regex flags to use for `textPattern` | no | — |
| repo | The exact owner/repo to match to | no | — |
Outputs
| name | description |
|---|---|
| sha | The HEAD SHA for the dependent pull request |
| branch | The branch of the pull request |
| number | The pull request number |
| pullRequest | Stringified pull request object |