Skip to content

Commit d56a6dd

Browse files
authored
chore(ci): re-enable setting the author of the automated PRs (#6646)
1 parent 8fd9393 commit d56a6dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +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 }}
5657
body: |
5758
- Bump package versions

.github/workflows/update-electron.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +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 }}
5051
body: |
5152
- Update electron

0 commit comments

Comments
 (0)