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

14 lines
280 B
YAML

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