Skip to content

feat: add spell checking on PR titles - #468

Open
unicoderbot[bot] wants to merge 1 commit into
mainfrom
vgv-ai-bot/issue-105
Open

feat: add spell checking on PR titles#468
unicoderbot[bot] wants to merge 1 commit into
mainfrom
vgv-ai-bot/issue-105

Conversation

@unicoderbot

@unicoderbot unicoderbot Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds an optional check_pr_title input to the spell check workflow that runs spell checking against the pull request title using the same cspell configuration.

Changes

  • Added check_pr_title boolean input to spell_check.yml workflow (defaults to false)
  • Added a new step that pipes the PR title through cspell when check_pr_title is enabled and the event is a pull_request
  • Updated documentation to reflect the new input and example usage

Closes #105

Closes #105

Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Needs Triage

Development

Successfully merging this pull request may close these issues.

feat: add spell checking on PR titles

0 participants