From b205de0ad94cb1dd093638521bb4fad2fc472c5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 24 Nov 2025 21:45:50 +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 | 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 b74892d..0000000 --- a/.github/workflows/combine-prs.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Combine PRs - -on: - schedule: - - cron: '0 0 * * *' - 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: - ci_required: false -- 2.53.0