Skip to content

Commit 53bf9b6

Browse files
authored
Specified the git author for the Release PR (#350)
1 parent 9466399 commit 53bf9b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
runs-on: ubuntu-latest
2828
if: ${{ !startsWith(github.event.head_commit.message, 'Version Packages') }}
2929
steps:
30+
- name: Setup Git
31+
run: |
32+
git config --global user.name "GenAi SDK Bot"
33+
git congig --global user.email "[email protected]"
3034
- name: Checkout Repo
3135
uses: actions/checkout@v3
3236

@@ -40,5 +44,7 @@ jobs:
4044

4145
- name: Create Release Pull Request
4246
uses: changesets/action@v1
47+
with:
48+
setupGitUser: false
4349
env:
4450
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)