diff --git a/src/view/reviewManager.ts b/src/view/reviewManager.ts index a4b0dd4706..88e816c970 100644 --- a/src/view/reviewManager.ts +++ b/src/view/reviewManager.ts @@ -248,7 +248,7 @@ export class ReviewManager { private pollForStatusChange() { setTimeout(async () => { - if (!this._validateStatusInProgress) { + if (!this._validateStatusInProgress && this._folderRepoManager.activePullRequest) { await this.updateComments(); } this.pollForStatusChange();