Skip to content

Commit f908e4b

Browse files
committed
fix: logs
1 parent c8b1317 commit f908e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148206,7 +148206,7 @@ const robot = (app) => {
148206148206
!ignoreList.includes(file.filename));
148207148207
}
148208148208
if (!changedFiles?.length) {
148209-
console.log('no target label attached');
148209+
console.log('no change found');
148210148210
return 'no change';
148211148211
}
148212148212
console.time('gpt cost');

0 commit comments

Comments
 (0)