Skip to content

Commit 4f3c5d3

Browse files
committed
TT-104 fix: Semantic-bot-is-not-working-when-merging-changes-to-UI
1 parent 0da2fe5 commit 4f3c5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
"config": {
101101
"commit-message-validator": {
102-
"pattern": "^(fix: #|feat: #|perf: #|build: #|ci: #|docs: #|refactor: #|style: #|test: #)[0-9].*",
102+
"pattern": "^((TT-)[0-9].*(fix: |feat: |perf: |build: |ci: |docs: |refactor: |style: |test: ))",
103103
"errorMessage": "Your commit message needs to start with TT-number fix:, feat:, or perf: followed by any commit message, e.g. TT-43 fix: any commit message"
104104
}
105105
},

0 commit comments

Comments
 (0)