codefied/Candidate branches from PRs
Selects candidate branches from a repository's open PRs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | target branch of PRs to search for | yes | master |
| reject-labels | A comma-separated list of PR labels to reject. | yes | hold |
| require-labels | A comma-separated list of PR labels to require. | yes | ready |
| at-least-one-label | A comma-separated list of PR labels, at least one of which is required. | yes | "" |
| retry-delay | How long to wait, in seconds, to retry | no | 30 |
| max-retries | How many times to retry before the job fails | no | 10 |
| additional-args | Additional args e.g. -d or -v; see README | no | — |
Outputs
| name | description |
|---|---|
| branches | A space-separated list of branches whose PR met the above criteria. |