Skip to content

Commit ad9ffb0

Browse files
authored
Set git config user for sync_main_latest workflow. (#230)
* Set git config user for sync_main_latest workflow. * Update PR description.
1 parent a284f31 commit ad9ffb0

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
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515

16+
- name: Set git config user
17+
run: git config user.email "[email protected]" && git config user.name "compose-devrel-github-bot"
18+
1619
- name: Merge main into latest
1720
run: git fetch && git switch latest && git merge -s ours origin/main --allow-unrelated-histories
1821

@@ -28,5 +31,5 @@ jobs:
2831
branch: bot-sync-main
2932
delete-branch: true
3033
title: '🤖 Sync main to latest'
31-
body: Updated dependencies
34+
body: 'Update `latest` with `main`'
3235
reviewers: ${{ github.actor }}

0 commit comments

Comments
 (0)