Skip to content

Commit

Permalink
chore: remove spurious comment
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Dec 2, 2024
1 parent 53743b2 commit e0b6f8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/workers/repository/update/pr/automerge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ export async function checkAutoMerge(
prAutomergeBlockReason: 'PlatformNotReady',
};
}
// Usually the PR will already be approved, this is a last resort in case the
// approval was lost for some reason
if (config.autoApprove && platform.approvePrForAutomerge) {
logger.debug('Auto-approving PR for automerge');
await platform.approvePrForAutomerge(pr.number);
Expand Down

0 comments on commit e0b6f8d

Please sign in to comment.