Skip to content

Commit cdec4bf

Browse files
chore(tooling): fix pr validation step for docs type commit (#602)
1 parent 8a099e5 commit cdec4bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
TITLE="${{ github.event.pull_request.title }}"
4545
echo "PR Title is: '$TITLE'"
4646
47-
regex="^(fix|feat|chore)\([^()]+\): .+"
47+
regex="^(fix|feat|chore|docs)\([^()]+\): .+"
4848
4949
if [[ $TITLE =~ $regex ]]; then
5050
echo "PR title is valid."

0 commit comments

Comments
 (0)