From 1567832601572902189d69fb0466d6b79dc18448 Mon Sep 17 00:00:00 2001 From: Marc Lichtman Date: Thu, 14 Nov 2024 15:43:10 -0500 Subject: [PATCH] Create combine-prs.yml (#483) --- .github/workflows/combine-prs.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/combine-prs.yml diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml new file mode 100644 index 00000000..d772a658 --- /dev/null +++ b/.github/workflows/combine-prs.yml @@ -0,0 +1,21 @@ +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