Skip to content

Combine Dependabot PRs #25

Combine Dependabot PRs

Combine Dependabot PRs #25

# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
name: "Combine Dependabot PRs"
on:
workflow_dispatch:
jobs:
combine-prs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.3
- uses: maadhattah/combine-dependabot-prs@main
with:
branchPrefix: "dependabot"
mustBeGreen: true
combineBranchName: "combined-prs"
ignoreLabel: "nocombine"
baseBranch: "main"
openPR: true