You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use PR instead of direct push for dev type generation
The deploy-dev workflow fails because `dev` branch has protection rules
requiring PRs and status checks. Replace direct `git push` with
`peter-evans/create-pull-request` action to create a PR for type changes.
https://claude.ai/code/session_01YUW2BPCdUWznL5AiMGSRKm
0 commit comments