diff --git a/pom.xml b/pom.xml index 344ea06..826b9f1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ https://github.com/Hygieia/${repository.name} jar - 3.3.15-SNAPSHOT + 3.3.16-SNAPSHOT diff --git a/src/main/java/com/capitalone/dashboard/service/GitHubServiceImpl.java b/src/main/java/com/capitalone/dashboard/service/GitHubServiceImpl.java index 46bc6c2..14c367f 100644 --- a/src/main/java/com/capitalone/dashboard/service/GitHubServiceImpl.java +++ b/src/main/java/com/capitalone/dashboard/service/GitHubServiceImpl.java @@ -101,6 +101,7 @@ public ResponseEntity syncPullRequest(String title, String repoUrl, Stri } else { LOG.info(String.format("Unable to update gitRequest: Unable to find collector item for repo: %s", gr.getScmUrl())); + gitRequestsToFix.remove(gr); // removing so not in response later } } String responseString = String.format("SyncPullRequest: Successfully corrected the following gitRequests with URLs: %s", gitRequestsToFix.stream().