Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 7565336

Browse files
authored
Merge pull request #180 from dcanar9/master
Changing logging to restart build
2 parents 617bdba + 83d4d00 commit 7565336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>api-audit</artifactId>
55
<packaging>jar</packaging>
66
<name>${project.groupId}:${project.artifactId}</name>
7-
<version>3.7.28-SNAPSHOT</version>
7+
<version>3.7.29-SNAPSHOT</version>
88
<description>Hygieia Audit Rest API Layer</description>
99
<url>https://github.com/Hygieia/${repository.name}</url>
1010

src/main/java/com/capitalone/dashboard/evaluator/CodeReviewEvaluator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ private CodeReviewAuditResponseV2 getPeerReviewResponses(CollectorItem repoItem,
222222

223223
Long startTime = System.currentTimeMillis();
224224
// iterate though the gitRequests that failed the PR audit and check if the PR was auto merged
225-
LOGGER.info(String.format("AutoMerge Check :: Reviewing %d Pull Requests with no peer review", notPeerReviewed.size()));
225+
LOGGER.info(String.format("AutoMerge Check :: Reviewing %d Pull Request(s) with no peer review", notPeerReviewed.size()));
226226
for(GitRequest noPR: notPeerReviewed){
227227
boolean foundCommit = false;
228228

0 commit comments

Comments
 (0)