🔨 chore: remove CodeQL and Jules outdated-docs workflows#173
Merged
Conversation
Template-consistency cleanup: - Delete .github/workflows/codeql.yml (CodeQL scanning) - Delete .github/workflows/jules-find-outdated-docs.yml and its orphaned OUTDATED_DOCUMENTATION_GUIDELINE.md guideline - Drop the jules-find-outdated-docs.yml entry from onboard.py's Jules workflow toggle list Leaves jules-prune-unnecessary-code.yml and jules-sync-translations.yml intact. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016dd3AfUTtAi9FokMUZSiZJ
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Template-consistency cleanup that removes the CodeQL scanning workflow and the Jules "find outdated docs" automation, keeping the template's workflow surface aligned across the family.
Changes
.github/workflows/codeql.yml(CodeQL analysis workflow). No.github/codeql/config existed, and no other references to CodeQL remained in the repo..github/workflows/jules-find-outdated-docs.ymland its orphaned guidelineOUTDATED_DOCUMENTATION_GUIDELINE.md.jules-find-outdated-docs.ymlentry fromonboard.py's_JULES_WORKFLOWStoggle list so the onboarding CLI no longer references the deleted workflow.jules-prune-unnecessary-code.yml,UNNECESSARY_CODE_GUIDELINE.md, andjules-sync-translations.yml.Testing
make test)make ci) — the onlytydiagnostics reported (4) are pre-existing onmaininonboard.py,src/utils/logging_config.py, andutils/llm/dspy_inference.py, and are unrelated to this change (verified againstorigin/main). No new failures introduced.Related Issues
Closes #
🤖 Generated with Claude Code
https://claude.ai/code/session_016dd3AfUTtAi9FokMUZSiZJ
Generated by Claude Code
Summary by cubic
Remove CodeQL and Jules outdated-docs workflows to simplify CI and keep templates consistent. Also remove the related guideline and CLI toggle entry.
.github/workflows/codeql.yml..github/workflows/jules-find-outdated-docs.ymlandOUTDATED_DOCUMENTATION_GUIDELINE.md.jules-find-outdated-docs.ymlfromonboard.py’s_JULES_WORKFLOWS.jules-prune-unnecessary-code.ymlandjules-sync-translations.ymlas-is.Written for commit 859f0cf. Summary will update on new commits.