Fix condition

This commit is contained in:
W Scott Jasso 2025-09-29 16:43:43 -07:00 committed by GitHub
parent cdda075109
commit c556014562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ async function run(): Promise<undefined> {
}
if (hideOldComment) {
if (!previous) {
if (previous) {
await minimizeComment(octokit, previous.id, hideClassify)
}
return