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
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
fix: Update Claude workflow to actually create PRs
The previous workflow just edited files but didn't create a PR. Now it:
1. Creates a new branch (auto/jsdoc-enhancement-<run-number>)
2. Makes JSDoc additions to files
3. Commits the changes
4. Pushes the branch
5. Creates a PR back to the source branch
This ensures Claude's JSDoc enhancements come as reviewable PRs, not direct commits.
🖖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
0 commit comments