gita-vahdatinia/Combine Dependabot PRs
Combine multiple Dependabot PRs into a single PR to simplify dependency updates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| branchPrefix | Branch prefix to find combinable PRs based on, separated by commas | yes | dependabot |
| mustBeGreen | Only combine PRs that are green (status is success) | yes | true |
| combineBranchName | Name of the branch to combine PRs into | yes | combined-prs |
| ignoreLabel | Exclude PRs with this label | yes | nocombine |
| baseBranch | Branch to PR into | yes | main |
| githubToken | The GitHub token used to create an authenticated client | yes | ${{ github.token }} |
| openPR | Whether to open a PR with the created branch | yes | true |
| allowSkipped | Whether to treat skipped checks as successful | no | false |
Outputs
no outputs