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: isolate write permissions and add format check for PRs
- Set workflow-level permissions to contents: read (least-privilege for PR runs)
- Split auto-format/commit into a separate job gated to push only, with
job-level contents: write
- Remove ref: github.head_ref from checkout (broken on push events and fork PRs)
- Add prettier --check step to quality-check job so formatting is validated on PRs
0 commit comments