]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
ci: remove now unneeded workflow main
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 24 Nov 2025 20:42:18 +0000 (21:42 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 24 Nov 2025 20:42:18 +0000 (21:42 +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 8f55579..0000000
+++ /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 }}