We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2533306 commit 7787bc8Copy full SHA for 7787bc8
.github/workflows/pr-title.yml
@@ -12,7 +12,7 @@ jobs:
12
env:
13
PR_TITLE: ${{ github.event.pull_request.title }}
14
run: |
15
- if ! echo "$PR_TITLE" | grep -E "^(fix|feat|chore|docs)(\([a-z-]+\))?: (🔖 |🧪 )?[a-z].+[^.]$"; then
+ if ! echo "$PR_TITLE" | grep -E "^(fix|feat|chore|docs)(\([a-z0-9-]+\))?: (🔖 |🧪 )?[a-z].+[^.]$"; then
16
echo "❌ PR title '$PR_TITLE' does not match the required format"
17
echo "Required format: type(scope): subject"
18
echo "Examples:"
0 commit comments