Skip to content

Commit 47579b8

Browse files
arriolacriggaroo
authored andcommitted
Set git config user for sync_main_latest workflow. (#230)
* Set git config user for sync_main_latest workflow. * Update PR description. (cherry picked from commit ad9ffb0)
1 parent fc8eaf1 commit 47579b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sync_main_latest.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414

15+
- name: Set git config user
16+
run: git config user.email "[email protected]" && git config user.name "compose-devrel-github-bot"
17+
1518
- name: Merge main into latest
1619
run: git checkout latest && git merge main
1720

@@ -27,5 +30,5 @@ jobs:
2730
branch: bot-sync-main
2831
delete-branch: true
2932
title: '🤖 Sync main to latest'
30-
body: Updated dependencies
33+
body: 'Update `latest` with `main`'
3134
reviewers: ${{ github.actor }}

0 commit comments

Comments
 (0)