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

11 lines
199 B
YAML
Raw Normal View History

2019-10-06 18:13:42 +02:00
name: auto-approve
2019-10-06 18:53:31 +02:00
on: pull_request
2019-10-06 18:13:42 +02:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
with:
2019-10-06 18:22:41 +02:00
github-token: "${{ secrets.GITHUB_TOKEN }}"