Skip to content

Commit 101ba45

Browse files
authored
chore(ci): use correct format for automated PR author (#6652)
1 parent 509606f commit 101ba45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
branch: ci/bump-packages
5454
title: "chore(release): bump package versions"
5555
labels: no-title-validation
56-
author: ${{ steps.app-token.outputs.app-email }}
56+
author: "${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
5757
body: |
5858
- Bump package versions

.github/workflows/update-electron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
branch: ci/update-electron
4848
title: 'chore(deps): update electron'
4949
labels: no-title-validation
50-
author: ${{ steps.app-token.outputs.app-email }}
50+
author: '${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>'
5151
body: |
5252
- Update electron

0 commit comments

Comments
 (0)