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

15 lines
266 B
YAML

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'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"