-
Notifications
You must be signed in to change notification settings - Fork 324
Docs sync #632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs sync #632
Conversation
|
Claude Code ReviewCritical Issues
Code Quality Issues
RecommendationThis workflow concept is interesting but needs significant hardening. The AI should adapt content, not control workflow logic. Consider:
|
commit: |
.github/workflows/sync-docs.yml
Outdated
| sync-docs: | ||
| # Only run if PR title contains [docs], docs, or Docs (case-insensitive) | ||
| if: | | ||
| startsWith(github.event.pull_request.title, '[docs]') || |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this only runs on docs PRs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
No description provided.