Skip to content

Combine Dependabot PRs #135

Combine Dependabot PRs

Combine Dependabot PRs #135

Workflow file for this run

name: 'Combine Dependabot PRs'
on:
workflow_dispatch:
jobs:
combine-prs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: maadhattah/combine-dependabot-prs@main
with:
branchPrefix: 'dependabot'
mustBeGreen: false
combineBranchName: 'combined-prs'
includeLabel: ''
ignoreLabel: 'nocombine'
baseBranch: 'main'
openPR: true
allowSkipped: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}