Skip to content

Commit 869d237

Browse files
committed
Log when issue is up-to-date
1 parent 38b722f commit 869d237

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/update-issues.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ async function update() {
178178
title,
179179
body,
180180
});
181+
} else {
182+
console.log(`Issue for ${id} is up-to-date.`);
181183
}
182184
} else {
183185
// Create a new issue.

0 commit comments

Comments
 (0)