File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31099,7 +31099,7 @@ const github = __nccwpck_require__(7364);
3109931099
3110031100const asyncFunction = (t) => new Promise(resolve => setTimeout(resolve, t));
3110131101
31102- const commitMsgTemplate = /^#\d+|^[cdwebCDWEB]+-\d+|^\w+\/\w+-?\w+#\d{1,6}|^Merge/gi;
31102+ const commitMsgTemplate = /^#\d+|^[cdwebCDWEB]+-\d+|^\w+\/\w+-?\w+-?\w+ #\d{1,6}|^Merge/gi;
3110331103
3110431104const jiraUssueApi = "https://dbeaver.atlassian.net/rest/api/2/issue/";
3110531105const githubUssueApi = "https://api.github.com/repos/";
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const github = require('@actions/github');
66
77const asyncFunction = ( t ) => new Promise ( resolve => setTimeout ( resolve , t ) ) ;
88
9- const commitMsgTemplate = / ^ # \d + | ^ [ c d w e b C D W E B ] + - \d + | ^ \w + \/ \w + - ? \w + # \d { 1 , 6 } | ^ M e r g e / gi;
9+ const commitMsgTemplate = / ^ # \d + | ^ [ c d w e b C D W E B ] + - \d + | ^ \w + \/ \w + - ? \w + - ? \w + # \d { 1 , 6 } | ^ M e r g e / gi;
1010
1111const jiraUssueApi = "https://dbeaver.atlassian.net/rest/api/2/issue/" ;
1212const githubUssueApi = "https://api.github.com/repos/" ;
You can’t perform that action at this time.
0 commit comments