Skip to content

chore: update pr-title-check to use env var#370

Open
k80bowman wants to merge 1 commit into
mainfrom
k80/title-check-fix
Open

chore: update pr-title-check to use env var#370
k80bowman wants to merge 1 commit into
mainfrom
k80/title-check-fix

Conversation

@k80bowman

Copy link
Copy Markdown
Contributor

Summary

Using an env var for the PR title instead of an inline variable to allow for proper escaping of characters like quotation marks. This should fix an issue I had with a PR that had a colon inside quotation marks: chore: revert "chore: merge main". Since the quotation marks were not escaped, the PR title check script was reading merge as a command to be executed, which caused the title check script to fail.

Type of Change

Breaking Changes (major semver update)

  • Add a ! after your change type to denote a change that breaks current behavior

Feature Additions (minor semver update)

  • feat: Introduces a new feature to the codebase

Patch Updates (patch semver update)

  • fix: Bug fix
  • deps: Dependency upgrade
  • revert: Revert a previous commit
  • chore: Change that does not affect production code
  • refactor: Refactoring existing code without changing behavior
  • test: Add/update/remove tests

@k80bowman k80bowman requested a review from a team as a code owner May 27, 2026 13:02

@erika-wallace erika-wallace left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants