Skip to content

Commit d37f5ef

Browse files
committed
Fix semantic PR
1 parent a8e576e commit d37f5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/semantic-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
allowed: |
4141
master
4242
dev
43-
/^([A-Za-z]+-){0,1}feature-([A-Za-z-_0-9])+$/
43+
/^([A-Za-z]+-){0,1}(feature|doc|fix|test)-([A-Za-z-_0-9])+$/

0 commit comments

Comments
 (0)