diff --git a/.github/turbo-orchestrator.yml b/.github/turbo-orchestrator.yml index 22d7a58df377d..d4c3de35c07c0 100644 --- a/.github/turbo-orchestrator.yml +++ b/.github/turbo-orchestrator.yml @@ -37,7 +37,7 @@ labeler: # Removes the PR from release notes when its chore or ci - label: "release-notes-ignore" when: - isPrTitleMatch: "(\bchore\b|\bci\b).*?:" + isPRTitleMatch: "(\bchore\b|\bci\b).*?:" # areas - label: "area: ci"