iptv/.github/workflows/auto-approve.yml

14 lines
280 B
YAML
Raw Normal View History

2019-10-06 19:13:42 +03:00
name: auto-approve
2019-10-06 19:36:05 +03:00
on:
pull_request:
types: [opened]
2019-10-06 19:13:42 +03:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
2019-10-06 19:27:47 +03:00
if: github.head_ref == 'create-pull-request/patch'
2019-10-06 19:13:42 +03:00
with:
2019-10-06 19:22:41 +03:00
github-token: "${{ secrets.GITHUB_TOKEN }}"