mirror of
https://github.com/iptv-org/iptv.git
synced 2026-03-18 22:18:07 -04:00
Create automerge.yml
This commit is contained in:
14
.github/workflows/automerge.yml
vendored
Normal file
14
.github/workflows/automerge.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Automerge Pull Requests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
jobs:
|
||||
automerge:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: automerge
|
||||
uses: pascalgn/automerge-action@f84dd310ea4a19890c70a4ff11ab282a872fb94b
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user