diff --git a/.github/workflows/lint-conventional-prs.yml b/.github/workflows/lint-conventional-prs.yml index fcc54df..fbacd45 100644 --- a/.github/workflows/lint-conventional-prs.yml +++ b/.github/workflows/lint-conventional-prs.yml @@ -28,4 +28,4 @@ jobs: test requireScope: false # https://regex101.com/r/YybDgS/1 - subjectPattern: ^([A-Z].*[^.]|bump .*)$ + subjectPattern: ^(?![A-Z]).+$