Files
iptv/.github/workflows/auto-approve.yml
Aleksandr Statciuk 4108b42e92 Update auto-approve.yml
2019-10-06 19:53:31 +03:00

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