Skip to content

Combine Dependabot PRs #11

Combine Dependabot PRs

Combine Dependabot PRs #11

Workflow file for this run

name: "Combine Dependabot PRs"
on:
workflow_dispatch:
jobs:
combine-prs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: maadhattah/combine-dependabot-prs@main
with:
branchPrefix: "dependabot"
mustBeGreen: false
combineBranchName: "combined-prs"
ignoreLabel: "nocombine"
baseBranch: "develop"
openPR: true
allowSkipped: false