sequel-technologies/Add Merged PR List
Creates a list of merged PRs in the source branch that are not in the target branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Secret GitHub API token to use for making API requests | yes | ${{ github.token }} |
| owner | The owner of the repo | yes | — |
| repo | The repo to check | yes | — |
| head | The source branch to compare | yes | — |
| base | The target branch to compare | yes | — |
| pr-number | The number of opened pull request | yes | — |
Outputs
| name | description |
|---|---|
| pull-request-body | Markdown with PR List |