Delete auto-approve.yml

what-a-patch-1
Aleksandr Statciuk 6 years ago committed by GitHub
parent d7dd41f821
commit 9c35f1fe87

@ -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 }}"
Loading…
Cancel
Save