Update format.yml

This commit is contained in:
freearhey 2019-11-03 11:00:17 +03:00
parent 9aad30e529
commit 06c458d1ad
1 changed files with 7 additions and 2 deletions

View File

@ -21,11 +21,16 @@ jobs:
run: npm run format
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1.5.1
uses: peter-evans/create-pull-request@v1.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMIT_MESSAGE: 'Format playlists'
COMMIT_MESSAGE: 'Formatted playlists'
PULL_REQUEST_BRANCH: bot-patch
PULL_REQUEST_TITLE: '[Bot] Format playlists'
PULL_REQUEST_LABELS: automerge
PULL_REQUEST_BODY: >
This pull request is auto-generated by GitHub action.
- name: Automerge Pull Request
uses: pascalgn/automerge-action@f84dd310ea4a19890c70a4ff11ab282a872fb94b
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}