From: Eduardo San Martin Morote Date: Fri, 16 Apr 2021 09:37:35 +0000 (+0200) Subject: ci: remove non working auto merge X-Git-Tag: v4.0.7~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fce67c45ed71227fe4ded170f36aa127618fac21;p=thirdparty%2Fvuejs%2Frouter.git ci: remove non working auto merge --- 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 }}