You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`The subject "${result.subject}" found in pull request title "${prTitle}" doesn't match the configured pattern "${subjectPattern}".`
82
84
);
83
85
}
84
86
85
87
constmatchedPart=match[0];
86
88
if(matchedPart.length!==result.subject.length){
87
-
thrownewError(
89
+
throwSubjectPatternError(
88
90
`The subject "${result.subject}" found in pull request title "${prTitle}" isn't an exact match for the configured pattern "${subjectPattern}". Please provide a subject that matches the whole pattern exactly.`
0 commit comments