Skip to content

fix: correct regex escape sequence in release PR title pattern#2669

Closed
parthea wants to merge 2 commits intomainfrom
parthea-patch-1
Closed

fix: correct regex escape sequence in release PR title pattern#2669
parthea wants to merge 2 commits intomainfrom
parthea-patch-1

Conversation

@parthea
Copy link
Contributor

@parthea parthea commented Feb 3, 2026

@parthea parthea requested review from a team as code owners February 3, 2026 17:35
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Feb 3, 2026
this.repositoryConfig,
{
pullRequestTitlePattern: `chore\${scope}: release ${this.groupName} libraries`,
pullRequestTitlePattern: `chore\\\\\${scope}: release ${this.groupName} libraries`,

Check failure

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '$' is equivalent to just '$', so the sequence may still represent a meta-character when it is used in a
regular expression
.
@parthea parthea closed this Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants