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: sync workflow creates PR instead of pushing directly to main (#3)
Branch protection rules require changes via pull request, but the
workflow was doing a direct git push to main — failing every daily run
since March 23. Now creates a timestamped branch and opens a PR.
Made-with: Cursor
Co-authored-by: John Williams <your@email.com>
0 commit comments