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 GitHub workflow to handle missing LLM_API_KEY gracefully
- Make AI review optional when LLM_API_KEY secret is not configured
- Add proper error handling and fallback behavior
- Update checkout action to v4
- Add informative notices when AI review is skipped
- Prevent workflow failure due to missing API key
This allows the CI/CD pipeline to continue running even without
the LLM API key configured, making it more robust for contributors.
0 commit comments