diff --git a/.github/workflows/validate_pr.yml b/.github/workflows/validate_pr.yml index 86a781017d..9546ba4354 100644 --- a/.github/workflows/validate_pr.yml +++ b/.github/workflows/validate_pr.yml @@ -16,7 +16,7 @@ jobs: const titleRegex = /^(\.?[\w\s,{}/]+): .+/; if (!titleRegex.test(prTitle)) { - core.setFailed(`PR title "${prTitle}" does not match required format: type(scope): description`); + core.setFailed(`PR title "${prTitle}" does not match required format: directory, ...: description`); return; }