|
|
@ -4,8 +4,6 @@ on:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
- master
|
|
|
|
paths:
|
|
|
|
|
|
|
|
- 'channels/*'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
generate:
|
|
|
|
generate:
|
|
|
@ -30,3 +28,11 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: "git commit -m"
|
|
|
|
- name: "git commit -m"
|
|
|
|
run: git commit -m "Generated grouped playlists"
|
|
|
|
run: git commit -m "Generated grouped playlists"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Create Pull Request
|
|
|
|
|
|
|
|
uses: peter-evans/create-pull-request@v1.1.1
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
|
|
|
|
|
|
|
PULL_REQUEST_TITLE: Generated grouped playlists
|
|
|
|
|
|
|
|
PULL_REQUEST_BODY: This is an auto-generated PR
|
|
|
|