actions-marketplace-validations/GitHub List Pull Requests
List pull requests of a given repostiory and return all that match a certain criteria within a window of time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token | yes | "" |
| state | Pull request status (open/closed/all) | no | all |
| window | Filter pull requests by window of time (hours) | no | 24 |
Outputs
| name | description |
|---|---|
| pullRequestNumbers | List of pull request numbers |