From 6a96db5a3f33ee3428706da0bfc3de5c5a8f698c Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Fri, 10 Oct 2025 09:47:30 -0500 Subject: [PATCH] Update workflows --- .github/workflows/ci-combine-bot-prs.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/ci-combine-bot-prs.yml diff --git a/.github/workflows/ci-combine-bot-prs.yml b/.github/workflows/ci-combine-bot-prs.yml deleted file mode 100644 index 70c8fc13..00000000 --- a/.github/workflows/ci-combine-bot-prs.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Combine Bot PRs - -on: - workflow_dispatch: - -permissions: - contents: read - -jobs: - combine-wrapperbot-prs: - permissions: - contents: write - pull-requests: write - checks: read - if: github.repository == 'gradle/actions' - runs-on: ubuntu-latest - steps: - - name: combine-wrapperbot-prs - uses: github/combine-prs@2909f404763c3177a456e052bdb7f2e85d3a7cb3 # v5.2.0 - with: - branch_prefix: wrapperbot - combine_branch_name: wrapperbot/combined-wrapper-updates - pr_title: 'Bump Gradle Wrappers' - ci_required: "false"