From 67f5b5d63f27da7dca98e5acdf4aa92925aecd9f Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Wed, 6 Sep 2023 23:19:09 +0200 Subject: [PATCH] ci: remove CombinePRs workflow It was not really useful. --- .github/workflows/combine-prs.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/combine-prs.yaml diff --git a/.github/workflows/combine-prs.yaml b/.github/workflows/combine-prs.yaml deleted file mode 100644 index 43faa99..0000000 --- a/.github/workflows/combine-prs.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Combine PRs - -on: - schedule: - - cron: "0 3 * * *" - 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@v3.1.2 - with: - branch_prefix: renovate