Skip to content

Combine Dependabot PRs #1

Combine Dependabot PRs

Combine Dependabot PRs #1

Workflow file for this run

name: Combine Dependabot PRs
on:
workflow_dispatch: # allows you to manually trigger the workflow
# The minimum permissions required to run this Action
permissions:
contents: write
pull-requests: write
checks: read
jobs:
combine-prs:
runs-on: ubuntu-latest
steps:
- name: combine-prs
id: combine-prs
uses: github/combine-prs@v5.1.0
with:
labels: combined-pr