Delete auto-approve.yml

This commit is contained in:
Aleksandr Statciuk 2019-10-08 05:40:43 +03:00 committed by GitHub
parent c2ac966e09
commit 7218fe3b16
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +0,0 @@
name: auto-approve
on:
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'github-actions' || github.actor == 'github-actions[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"