praha-inc/Extract Merged Pull Requests
Extracts a list of merged pull requests between the specified base and head commit.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to authenticate with the GitHub API. | — | ${{ github.token }} |
| base-ref | The commit, branch, or tag representing the start of the comparison. | yes | — |
| head-ref | The commit, branch, or tag representing the end of the comparison. If not specified, defaults to HEAD. | — | HEAD |
Outputs
| name | description |
|---|---|
| pull-requests | A list of merged pull requests between the specified base and head commit. |