Aleksey Ropan
Results
21
comments of
Aleksey Ropan
I think this problem with check `shouldDeleteOldComments`. It should be inside condition `(github_1.eventName === "pull_request") {`: ``` ... if (shouldDeleteOldComments) { await deleteOldComments(githubClient, options, github_1); } if (github_1.eventName === "pull_request")...