jwalton/for-each-pr
Runs a command for each Pull Request (PR) in a set of PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The command to run for each PR. | yes | — |
| github-token | The GitHub token used to create an authenticated client. Defaults to github provided token. | no | ${{ github.token }} |
| state | If provided, only PRs with the specified state will be used (e.g. "open", "closed", or "all"). Defaults to "open". | no | open |
| label | If provided, only PRs with the specified label will be used (e.g. "bugfix"). | no | — |
| author | If provided, only PRs where the author is the specified GitHub username will be used (e.g. "jwalton"). | no | — |
| baseRef | If provided, only PRs with the specified baseRef will be used (e.g. "main"). | no | — |
Outputs
no outputs