From 94ff73b9a37fb4ae2bd52fbffd50fb9811a5220a Mon Sep 17 00:00:00 2001 From: aidenvaines-bjss Date: Mon, 2 Sep 2024 15:09:59 +0100 Subject: [PATCH] Adding github workflow to combine dependabot PRs --- .../manual-combine-dependabot-prs.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/manual-combine-dependabot-prs.yaml diff --git a/.github/workflows/manual-combine-dependabot-prs.yaml b/.github/workflows/manual-combine-dependabot-prs.yaml new file mode 100644 index 0000000..c527a23 --- /dev/null +++ b/.github/workflows/manual-combine-dependabot-prs.yaml @@ -0,0 +1,24 @@ +name: Combine Dependabot PRs + +on: + workflow_dispatch: + +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: + ci_required: false + labels: dependencies + pr_title: Combined Dependabot PRs + combine_branch_name: dependabotCombined + pr_body_header: Combined Dependabot PRs