We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509606f commit 101ba45Copy full SHA for 101ba45
.github/workflows/bump-packages.yaml
@@ -53,6 +53,6 @@ jobs:
53
branch: ci/bump-packages
54
title: "chore(release): bump package versions"
55
labels: no-title-validation
56
- author: ${{ steps.app-token.outputs.app-email }}
+ author: "${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
57
body: |
58
- Bump package versions
.github/workflows/update-electron.yaml
@@ -47,6 +47,6 @@ jobs:
47
branch: ci/update-electron
48
title: 'chore(deps): update electron'
49
50
+ author: '${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>'
51
52
- Update electron
0 commit comments