Removed unused workflow

This commit is contained in:
freearhey
2019-10-06 22:23:59 +03:00
parent 28dfa21b64
commit fd239afa36
3 changed files with 0 additions and 74 deletions

View File

@@ -1,10 +0,0 @@
name: auto-approve
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"