From 6bb1cb7b56700d70ec65d296cd77a303ebfa5de6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 24 Nov 2025 21:42:18 +0100 Subject: [PATCH] ci: remove now unneeded 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 | 22 ---------------------- 1 file changed, 22 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 8f555797..00000000 --- a/.github/workflows/combine-prs.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Combine PRs - -on: - schedule: - - cron: '0 2 * * *' - 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.2.0 - with: - github_token: ${{ secrets.WORKFLOW_TOKEN }} -- 2.43.0