jwalton/for-each-pr

Runs a command for each Pull Request (PR) in a set of PRs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandThe command to run for each PR.yes
github-tokenThe GitHub token used to create an authenticated client. Defaults to github provided token.no${{ github.token }}
stateIf provided, only PRs with the specified state will be used (e.g. "open", "closed", or "all"). Defaults to "open".noopen
labelIf provided, only PRs with the specified label will be used (e.g. "bugfix").no
authorIf provided, only PRs where the author is the specified GitHub username will be used (e.g. "jwalton").no
baseRefIf provided, only PRs with the specified baseRef will be used (e.g. "main").no

no outputs