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

15 lines
280 B
YAML
Raw Normal View History

2019-10-06 19:13:42 +03:00
name: auto-approve
2019-10-06 19:41:33 +03:00
on:
push:
branches:
- master
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 }}"