From 9d3817990f35c8d3f7d8f1273687619c97a69d08 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Thu, 23 Jan 2025 17:00:10 +0100 Subject: [PATCH 1/2] chore(ci): use correct format for automated PR author --- .github/workflows/bump-packages.yaml | 2 +- .github/workflows/update-electron.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bump-packages.yaml b/.github/workflows/bump-packages.yaml index c861d8296ed..e944b8c361f 100644 --- a/.github/workflows/bump-packages.yaml +++ b/.github/workflows/bump-packages.yaml @@ -53,6 +53,6 @@ jobs: branch: ci/bump-packages title: "chore(release): bump package versions" labels: no-title-validation - author: ${{ steps.app-token.outputs.app-email }} + author: "${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>" body: | - Bump package versions diff --git a/.github/workflows/update-electron.yaml b/.github/workflows/update-electron.yaml index 93b9c6aa23a..eb0af9ce9d5 100644 --- a/.github/workflows/update-electron.yaml +++ b/.github/workflows/update-electron.yaml @@ -4,7 +4,7 @@ name: Update electron on: workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" jobs: update_generated_files: @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20.16.0 - cache: 'npm' + cache: "npm" - name: Install npm@10.2.4 run: | @@ -43,10 +43,10 @@ jobs: uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5 with: token: ${{ steps.app-token.outputs.token }} - commit-message: 'chore(deps): update electron' + commit-message: "chore(deps): update electron" branch: ci/update-electron - title: 'chore(deps): update electron' + title: "chore(deps): update electron" labels: no-title-validation - author: ${{ steps.app-token.outputs.app-email }} + author: "${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>" body: | - Update electron From 2b112ef1c36513ac7789f9f8a4c8f4384d21b2b4 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Thu, 23 Jan 2025 17:01:51 +0100 Subject: [PATCH 2/2] Revert reformat --- .github/workflows/update-electron.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-electron.yaml b/.github/workflows/update-electron.yaml index eb0af9ce9d5..8037d483b32 100644 --- a/.github/workflows/update-electron.yaml +++ b/.github/workflows/update-electron.yaml @@ -4,7 +4,7 @@ name: Update electron on: workflow_dispatch: schedule: - - cron: "0 0 * * *" + - cron: '0 0 * * *' jobs: update_generated_files: @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20.16.0 - cache: "npm" + cache: 'npm' - name: Install npm@10.2.4 run: | @@ -43,10 +43,10 @@ jobs: uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5 with: token: ${{ steps.app-token.outputs.token }} - commit-message: "chore(deps): update electron" + commit-message: 'chore(deps): update electron' branch: ci/update-electron - title: "chore(deps): update electron" + title: 'chore(deps): update electron' labels: no-title-validation - author: "${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>" + author: '${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>' body: | - Update electron