mirror of
https://github.com/iptv-org/iptv.git
synced 2026-03-13 03:31:57 -04:00
Update and rename main.yml to auto-approve.yml
This commit is contained in:
committed by
GitHub
parent
943d7458dd
commit
0b734f8e6b
11
.github/workflows/auto-approve.yml
vendored
Normal file
11
.github/workflows/auto-approve.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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' || github.actor == 'github-actions[bot]'
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user