iptv/.github/workflows/auto-approve.yml
2019-10-06 19:22:41 +03:00

12 lines
261 B
YAML

name: auto-approve
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'create-pull-request/patch-64ab693'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"