Skip to content

Commit 9a31830

Browse files
committed
#304 Resolve merge conflicts.
2 parents c18b4a1 + f8272fc commit 9a31830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cicd/modules/BuildAndDeployment.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ $ExampleServiceApplicationNamespace = "RapidField.SolidInstruments.Example.Servi
9191
$ExampleWebApplicationNamespace = "RapidField.SolidInstruments.Example.WebApplication";
9292

9393
# Regular expressions
94-
$ValidCommitMessageRegularExpressionPattern = "^#[1-9][0-9]{0,4} [A-Z][A-Za-z0-9\,\.\!\;\:\'\""\@\#\$\%\^\&\*\-\+\=_\(\)\[\]\{\}\|\\\/\s]{21,89}$";
95-
$ValidPullRequestTitleRegularExpressionPattern = "^[1-9][0-9]{0,4} [A-Z][A-Za-z0-9\,\.\!\;\:\'""\@\#\$\%\^\&\*\-\+\=_\(\)\[\]\{\}\|\\\/\s]{21,144}$";
94+
$ValidCommitMessageRegularExpressionPattern = "^(#[1-9][0-9]{0,4} )?[A-Z][A-Za-z0-9\,\.\!\;\:\'\""\@\#\$\%\^\&\*\-\+\=_\(\)\[\]\{\}\|\\\/\s]{21,144}$";
95+
$ValidPullRequestTitleRegularExpressionPattern = "^(#[1-9][0-9]{0,4} )?[A-Z][A-Za-z0-9\,\.\!\;\:\'""\@\#\$\%\^\&\*\-\+\=_\(\)\[\]\{\}\|\\\/\s]{21,144}$";
9696

9797
# Environment variables
9898
$BuildVersion = $env:APPVEYOR_BUILD_VERSION;

0 commit comments

Comments
 (0)