Skip to content

Commit 3fb17bf

Browse files
committed
ci: update PR title validation workflow
- Remove subject pattern requirement for uppercase letters - Update name field to use double quotes for consistency
1 parent ea5a635 commit 3fb17bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/title-validation.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See https://github.com/amannn/action-semantic-pull-request
2-
name: 'PR Title is Conventional'
2+
name: "PR Title is Conventional"
33

44
on:
55
pull_request:
@@ -33,6 +33,3 @@ jobs:
3333
revert
3434
style
3535
test
36-
subjectPattern: ^[A-Z].+$
37-
subjectPatternError: |
38-
The subject of the PR must begin with an uppercase letter.

0 commit comments

Comments
 (0)