There was an error while loading. Please reload this page.
1 parent a3e1759 commit e1567afCopy full SHA for e1567af
1 file changed
.github/workflows/sync-main-to-experimental.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
git config user.name "github-actions[bot]"
25
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
26
+ git config pull.rebase false # Always merge, never rebase
27
28
- name: Sync main into experimental branch
29
0 commit comments