magebitcom/Get list of pull requests
Lists pull requests for a specified branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base branch to list pull requests for | yes | master |
| state | The state of the pull requests to list | no | open |
| hours_old | Filter out PRs that are more than this many hours old (0 means no filtering) | no | 0 |
| github-token | GitHub token for authentication | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| pull_requests_json | JSON array containing the pull request data |
| count | Number of pull requests found |