ci(github-actions): add automatic ytdl update into github actions
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
name: Auto-merge Github Actions
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [ create-pull-request ]
|
||||
on: pull_request
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
@@ -12,6 +12,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.AUTOUPDATE_PAT }}
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
@@ -24,3 +26,5 @@ jobs:
|
||||
title: 'build(ytdl): Upgrade ytdl package (automated)'
|
||||
branch: 'ytdl-update-automated'
|
||||
commit-message: 'build(ytdl): Upgrade ytdl package (automated)'
|
||||
token: ${{ secrets.AUTOUPDATE_PAT }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user