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
feat: update llm-docs workflow to use auto-merge PR (#2528)
Update the llm-docs GitHub Actions workflow to create a pull request
with auto-merge enabled instead of pushing directly to the main branch.
Changes:
- Create timestamped feature branch for changes
- Commit changes to feature branch
- Create PR using gh CLI
- Enable auto-merge with squash strategy
0 commit comments