From c5560145620ca73e01725e8e049f7ffc5e73f27e Mon Sep 17 00:00:00 2001 From: W Scott Jasso <1896399+scottjasso@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:43:43 -0700 Subject: [PATCH] Fix condition --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 5f08761..b27724a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -71,7 +71,7 @@ async function run(): Promise { } if (hideOldComment) { - if (!previous) { + if (previous) { await minimizeComment(octokit, previous.id, hideClassify) } return