From 3207bbe108c8bcb8afb26f05b6e0993936ee45b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 24 Nov 2025 21:48:45 +0100 Subject: [PATCH] ci: remove uneeded workflow MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/combine-prs.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/combine-prs.yml diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml deleted file mode 100644 index 2f1142d6b..000000000 --- a/.github/workflows/combine-prs.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Combine PRs - -on: - workflow_dispatch: - schedule: - - cron: '0 2 * * *' - -permissions: - contents: write - pull-requests: write - checks: read - -jobs: - combine-prs: - if: github.repository == 'poolifier/poolifier' - runs-on: ubuntu-latest - - steps: - - name: combine-prs - id: combine-prs - uses: github/combine-prs@v5.2.0 - with: - github_token: ${{ secrets.WORKFLOW_TOKEN }} -- 2.53.0