From 06c458d1ad3ba839624c60c65f457f0828d34fcd Mon Sep 17 00:00:00 2001 From: freearhey Date: Sun, 3 Nov 2019 11:00:17 +0300 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 448de009ef..09d39437c1 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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 }}