Skip to content

Remove spellcheck, gitstream-cm & pr-labler workflows#4409

Merged
jjw24 merged 2 commits intodevfrom
remove_spellcheck_gitstream-cm_workflow
Apr 11, 2026
Merged

Remove spellcheck, gitstream-cm & pr-labler workflows#4409
jjw24 merged 2 commits intodevfrom
remove_spellcheck_gitstream-cm_workflow

Conversation

@jjw24
Copy link
Copy Markdown
Member

@jjw24 jjw24 commented Apr 11, 2026

No longer required. coderabbitai will take care of spell check and labelling, and comments from gitstream-cm have become less-effective.


Summary by cubic

Summary of changes

Removed the repo’s spellcheck and gitStream automations to simplify CI and cut noisy PR comments. Spellchecking is now handled by @coderabbitai, and gitStream comments/labels are no longer used.

  • Details
    • Changed: CI no longer runs .github/workflows/spelling.yml (check-spelling/check-spelling) or .github/workflows/gitstream.yml (linear-b/gitstream-github-action); PRs will no longer receive gitStream labels/comments or spellcheck comments.
    • Added: No new workflows or code; spellcheck responsibility moves to @coderabbitai (external).
    • Removed: .cm/gitstream.cm, all .github/actions/spelling/* configs, and both workflows (spelling.yml, gitstream.yml).
    • Memory: No runtime impact; minor reduction in CI minutes and artifact/cache usage.
    • Security: Slightly reduced supply-chain and permissions surface by removing third‑party actions; no new secrets introduced.
    • Tests: No unit tests added or changed (config-only removals).

Written for commit a403faa. Summary will update on new commits.

@github-actions github-actions bot added this to the 2.2.0 milestone Apr 11, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 12 files

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 11, 2026

📝 Walkthrough

Walkthrough

Removes gitStream automation and the repository spell-checking GitHub Actions workflow plus all associated spell-check configuration and documentation files, disabling those automated PR annotations and spelling checks.

Changes

Cohort / File(s) Summary
gitStream automation
\.cm/gitstream.cm, .github/workflows/gitstream.yml
Deleted gitStream manifest and workflow that produced PR labels, review-time labels, expert-explain comments, TODO detection, and screenshot requests.
Spelling workflow
.github/workflows/spelling.yml
Removed the GitHub Actions workflow that ran check-spelling on PRs and posted comments/updates.
Spelling configuration & docs
.github/actions/spelling/README.md, .github/actions/spelling/advice.md, .github/actions/spelling/allow.txt, .github/actions/spelling/candidate.patterns, .github/actions/spelling/excludes.txt, .github/actions/spelling/expect.txt, .github/actions/spelling/line_forbidden.patterns, .github/actions/spelling/patterns.txt, .github/actions/spelling/reject.txt
Removed all spell-check configuration files, allowlists/expect lists, regex pattern sets (candidates, patterns, forbidden, excludes), and supporting documentation.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested reviewers

  • Garulf
  • Yusyuriv
  • taooceros
  • VictoriousRaptor
  • deefrawley
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The PR description accurately describes the changeset: removing spellcheck, gitStream automations, and PR labeler configurations. It explains the rationale and impact clearly.
Title check ✅ Passed The title accurately describes the main changes: removal of spellcheck, gitstream-cm, and pr-labeler workflows. It is concise, specific, and directly reflects the primary purpose of the changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch remove_spellcheck_gitstream-cm_workflow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@jjw24 jjw24 changed the title Remove spellcheck and gitstream-cm workflow Remove spellcheck, gitstream-cm workflow & pr-labler Apr 11, 2026
@jjw24 jjw24 enabled auto-merge (squash) April 11, 2026 10:49
@jjw24 jjw24 changed the title Remove spellcheck, gitstream-cm workflow & pr-labler Remove spellcheck, gitstream-cm & pr-labler workflows Apr 11, 2026
@jjw24 jjw24 merged commit f7a937e into dev Apr 11, 2026
7 checks passed
@jjw24 jjw24 deleted the remove_spellcheck_gitstream-cm_workflow branch April 11, 2026 11:11
@jjw24 jjw24 added the bug Something isn't working label Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants