mirror of https://github.com/iptv-org/iptv
Create auto-approve.yml
parent
1dd64efdb4
commit
142e82b5d0
@ -0,0 +1,13 @@
|
|||||||
|
name: auto-approve
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- create-pull-request/patch-*
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: hmarr/auto-approve-action@v2.0.0
|
||||||
|
with:
|
||||||
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Reference in New Issue