From 6d449df8bb82328416effe68d7157afd82f8d882 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Thu, 17 Jul 2025 15:33:48 -0400 Subject: [PATCH] chore: update PR lint (#32091) remove regex --- .github/workflows/pr_lint.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pr_lint.yml b/.github/workflows/pr_lint.yml index 2ae3af5d881..23a16bf171a 100644 --- a/.github/workflows/pr_lint.yml +++ b/.github/workflows/pr_lint.yml @@ -104,10 +104,5 @@ jobs: disallowScopes: | release [A-Z]+ - subjectPattern: ^(?![A-Z]).+$ - subjectPatternError: | - The subject "{subject}" found in the pull request title "{title}" - didn't match the configured pattern. Please ensure that the subject - doesn't start with an uppercase character. ignoreLabels: | ignore-lint-pr-title