jd1378/Filter Pull Requests By Author
a github action to filter pull requests by their author and make it available as a matrix
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 | — | ${{ github.token }} |
| author | the author to filter the pull requests by | yes | — |
| state | which pr states to filter | yes | open |
Outputs
| name | description |
|---|---|
| ids | array of pull request ids from the given author |
| html_urls | array of pull request urls from the given author |