We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a099e5 commit cdec4bfCopy full SHA for cdec4bf
1 file changed
.github/workflows/pull-request.yml
@@ -44,7 +44,7 @@ jobs:
44
TITLE="${{ github.event.pull_request.title }}"
45
echo "PR Title is: '$TITLE'"
46
47
- regex="^(fix|feat|chore)\([^()]+\): .+"
+ regex="^(fix|feat|chore|docs)\([^()]+\): .+"
48
49
if [[ $TITLE =~ $regex ]]; then
50
echo "PR title is valid."
0 commit comments