summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-approve.yml
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-10-16 08:19:36 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-10-16 08:19:36 +1000
commit9502e15a1c5fed0fe6271bae51a2e5a54d3d97c5 (patch)
tree27b2f571fb6cda626a5e848178d931425af726f4 /.github/workflows/auto-approve.yml
parenta190bb945133afc2bbff70e78c1e685e1e4031dd (diff)
Remove autoassign and greetings workflows. Fixes #26
Diffstat (limited to '.github/workflows/auto-approve.yml')
-rw-r--r--.github/workflows/auto-approve.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml
deleted file mode 100644
index 1485152..0000000
--- a/.github/workflows/auto-approve.yml
+++ /dev/null
@@ -1,11 +0,0 @@
----
-name: 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 }}"