We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a284f31 commit ad9ffb0Copy full SHA for ad9ffb0
.github/workflows/sync_main_latest.yml
@@ -13,6 +13,9 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
16
+ - name: Set git config user
17
+ run: git config user.email "[email protected]" && git config user.name "compose-devrel-github-bot"
18
+
19
- name: Merge main into latest
20
run: git fetch && git switch latest && git merge -s ours origin/main --allow-unrelated-histories
21
@@ -28,5 +31,5 @@ jobs:
28
31
branch: bot-sync-main
29
32
delete-branch: true
30
33
title: '🤖 Sync main to latest'
- body: Updated dependencies
34
+ body: 'Update `latest` with `main`'
35
reviewers: ${{ github.actor }}
0 commit comments