Delete auto-approve.yml
This commit is contained in:
parent
c2ac966e09
commit
7218fe3b16
|
@ -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…
Reference in New Issue