There was an error while loading. Please reload this page.
1 parent 18347da commit 5cf118cCopy full SHA for 5cf118c
1 file changed
.github/workflows/update-example-packages.yml
@@ -1,7 +1,10 @@
1
-name: Fix template package manager parity
+name: Update example OpenUI packages
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - ci/dispatch-template-parity
8
9
permissions:
10
contents: write
@@ -91,12 +94,12 @@ jobs:
91
94
exit 0
92
95
fi
93
96
- pr_body='## Summary
97
+ pr_body="## Summary
98
- Refresh the openui-cloud and openui-self-hosted npm lockfiles so npm ci and a fresh pnpm install resolve the same direct dependency versions.
99
- Unblocks CLI Template Package Manager Parity on main (next 16.3.4; cloud zod 4.5.4).
100
101
## Test plan
-- [ ] CLI Template Package Manager Parity is green on this PR'
102
+- [ ] CLI Template Package Manager Parity is green on this PR"
103
104
gh pr create \
105
--repo "$GITHUB_REPOSITORY" \
0 commit comments