]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: remove non working auto merge
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 16 Apr 2021 09:37:35 +0000 (11:37 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 16 Apr 2021 09:37:35 +0000 (11:37 +0200)
.github/workflows/automerge.yml [deleted file]

diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml
deleted file mode 100644 (file)
index 1c072fc..0000000
+++ /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 }}