From fce67c45ed71227fe4ded170f36aa127618fac21 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 16 Apr 2021 11:37:35 +0200 Subject: [PATCH] ci: remove non working auto merge --- .github/workflows/automerge.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/automerge.yml diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml deleted file mode 100644 index 1c072fcf..00000000 --- a/.github/workflows/automerge.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: auto-merge - -on: - pull_request: - -jobs: - auto-merge: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: ahmadnassri/action-dependabot-auto-merge@v2 - with: - target: minor - command: squash and merge - github-token: ${{ secrets.GH_TOKEN }} -- 2.47.2