summaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependabot-approve.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dependabot-approve.yml')
-rw-r--r--.github/workflows/dependabot-approve.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
deleted file mode 100644
index cc5e6d17..00000000
--- a/.github/workflows/dependabot-approve.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-name: Dependabot auto approve
-on: pull_request
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: hmarr/auto-approve-action@v2.0.0
- if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
- with:
- github-token: "${{ secrets.GITHUB_TOKEN }}"