Skip to content

Commit c8b1317

Browse files
committed
fix: logs
1 parent 26625e4 commit c8b1317

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

action/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148167,7 +148167,7 @@ const robot = (app) => {
148167148167
const repo = context.repo();
148168148168
const chat = await loadChat(context);
148169148169
if (!chat) {
148170-
console.log('Chat initialized fialed');
148170+
console.log('Chat initialized failed');
148171148171
return 'no chat';
148172148172
}
148173148173
const pull_request = context.payload.pull_request;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@
5151
"engines": {
5252
"node": ">= 18"
5353
}
54-
}
54+
}

src/bot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const robot = (app: Probot) => {
105105
}
106106

107107
if (!changedFiles?.length) {
108-
console.log('no target label attached');
108+
console.log('no change found');
109109
return 'no change';
110110
}
111111

0 commit comments

Comments
 (0)