diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5b0b722f8..02f40501d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -44,7 +44,7 @@ jobs: TITLE="${{ github.event.pull_request.title }}" echo "PR Title is: '$TITLE'" - regex="^(fix|feat|chore)\([^()]+\): .+" + regex="^(fix|feat|chore|docs)\([^()]+\): .+" if [[ $TITLE =~ $regex ]]; then echo "PR title is valid."