diff --git a/.github/turbo-orchestrator.yml b/.github/turbo-orchestrator.yml index d4c3de35c07c0..35f9f9c69e3a6 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)|.*?\\((\bchore\b|\bci\b)\\)).*?:" # areas - label: "area: ci"