diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml deleted file mode 100644 index 8781f9d9..00000000 --- a/.github/workflows/combine-prs.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Combine PRs - -on: - schedule: - - cron: '0 0 * * *' # Every day at 00:00 UTC - workflow_dispatch: - -jobs: - combine-prs: - if: github.repository == 'junit-team/junit5-samples' - runs-on: ubuntu-latest - steps: - - name: combine-prs - uses: github/combine-prs@20d70f9d80eeb5958667d0602da433bd04ca6713 # v5.1.0 - with: - branch_regex: '(dependabot|wrapperbot)/.+' - github_token: ${{ secrets.GH_TOKEN }}