summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-04-29 20:13:57 -0400
committerGitHub <noreply@github.com>2021-04-29 20:13:57 -0400
commitf99ac9faef2439d6b308112a1da91747e74b583f (patch)
tree06dd77387fe25c004ddb356bc72a6969d7359cfb
parent5c661c0f296e904ddd8cd109fb19587b03d5d6d3 (diff)
Delete auto-merge.yml
-rw-r--r--.github/workflows/auto-merge.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml
deleted file mode 100644
index 515de1670..000000000
--- a/.github/workflows/auto-merge.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: Dependabot
-
-on: [pull_request]
-
-jobs:
- auto_merge:
- name: Auto-merge Dependabot PRs
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: ahmadnassri/action-dependabot-auto-merge@v2
- with:
- target: minor
- github-token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}