Skip to content

Commit e7dd51f

Browse files
authored
refactor: check-inactive action ignores already tagged issues
1 parent 483e55d commit e7dd51f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/helper/advanced.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ export async function doCheckInactive(body: string, emoji?: string) {
152152
core.info(`[doCheckInactive] Doing ---> ${number}`);
153153
await doAddLabels([inactiveLabel], number);
154154
if (body) await doCreateComment(body, emoji, number);
155-
} else {
156-
core.info(`[doCheckInactive] The issue ${number} already has ${inactiveLabel} label!`);
157155
}
158156
}
159157
} else {

0 commit comments

Comments
 (0)