Skip to content

Commit 2677ca6

Browse files
Calin LupasCopilot
andauthored
Update src/DevExcelerateApi/Services/DevExPullRequestEventProcessorService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6a04bc1 commit 2677ca6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/DevExcelerateApi/Services/DevExPullRequestEventProcessorService.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ public async Task SaveAndProcessPullRequestEventAsync(WebhookHeaders headers, Pu
3434
break;
3535

3636
default:
37-
_logger.LogInformation("Not supported action for processing the issue.");
38-
break;
37+
_logger.LogInformation("Not supported action for processing the pull request.");
3938
}
4039

4140
_logger.LogInformation("GitHub Webhook event saved to database and processed for PR# {number} with action - {action}...", (pullRequestEvent?.PullRequest.Number), pullRequestEvent?.Action);

0 commit comments

Comments
 (0)