Skip to content

Commit 23020d2

Browse files
committed
set author and committer
1 parent 361f08f commit 23020d2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/prepare_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ jobs:
4141
Once merged, the new version will be published to npm.
4242
base: main
4343
branch: release/v${{ steps.bump-version.outputs.NEW_VERSION }}
44+
author: "${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
45+
committer: "${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
1717
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820
- uses: actions/setup-node@v4
1921
with:
2022
node-version-file: package.json

0 commit comments

Comments
 (0)