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 fc8eaf1 commit 47579b8Copy full SHA for 47579b8
.github/workflows/sync_main_latest.yml
@@ -12,6 +12,9 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v4
14
15
+ - name: Set git config user
16
+ run: git config user.email "[email protected]" && git config user.name "compose-devrel-github-bot"
17
+
18
- name: Merge main into latest
19
run: git checkout latest && git merge main
20
@@ -27,5 +30,5 @@ jobs:
27
30
branch: bot-sync-main
28
31
delete-branch: true
29
32
title: '🤖 Sync main to latest'
- body: Updated dependencies
33
+ body: 'Update `latest` with `main`'
34
reviewers: ${{ github.actor }}
0 commit comments