Skip to content

Commit

Permalink
Update src/main/java/com/lpvs/service/LPVSQueueService.java
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Kopysov <[email protected]>
Signed-off-by: m-rudyk <[email protected]>
  • Loading branch information
m-rudyk and o-kopysov authored Feb 15, 2024
1 parent bf7fd83 commit 01950ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/lpvs/service/LPVSQueueService.java
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ public void processWebHook(LPVSQueue webhookConfig) {
+ " "
+ pullRequest.getPullRequestUrl());
delete(webhookConfig);
gitHubService.commentResults(webhookConfig, null, null, pullRequest);
}
}
}
Expand Down

0 comments on commit 01950ae

Please sign in to comment.