]> Piment Noir Git Repositories - poolifier.git/commitdiff
ci: remove uneeded workflow
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 24 Nov 2025 20:48:45 +0000 (21:48 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 24 Nov 2025 20:48:45 +0000 (21:48 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/combine-prs.yml [deleted file]

diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml
deleted file mode 100644 (file)
index 2f1142d..0000000
+++ /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 }}