Fix SSR and automerge timing
SSR fix: - ClientOnly wrapper prevents Leaflet/Yjs from running during SSR - SessionView lazy-loaded to avoid browser API usage on server Automerge fix: - Set MERGE_READY_STATE to 'clean' only (was including 'unstable') - Prevents merging before all CI checks complete Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e0cce17b8d
commit
e40b7dc199
4 changed files with 96 additions and 45 deletions
1
.github/workflows/automerge.yml
vendored
1
.github/workflows/automerge.yml
vendored
|
|
@ -30,4 +30,5 @@ jobs:
|
|||
MERGE_LABELS: "automerge"
|
||||
MERGE_METHOD: "merge"
|
||||
MERGE_DELETE_BRANCH: "true"
|
||||
MERGE_READY_STATE: "clean"
|
||||
UPDATE_METHOD: "rebase"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue