stellaservice/Green PRs
Finds workflow runs related to pull requests and re-runs failed jobs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow | The workflow ID or name of workflow file. See: https://octokit.github.io/rest.js/v19#actions-list-workflow-runs | yes | — |
| pr_title_filter_pattern | Regex pattern to filter PRs by title | no | — |
| pr_label_selector | Comma-separated list of labels to select PRs by (e.g. "bug, needs-rerun"). PRs matching any of the specified labels will be included. | no | — |
| pr_base_branch | Base branch of pull-request to filter for | no | — |
| max_attempts | The maximum amount of run attempts to be tried | no | 3 |
| github_token | Personal access token (PAT) used to call into GitHub's REST API. | — | ${{ github.token }} |
Outputs
no outputs