From cd20121d9d2e9a49a40ad0d29e09f9480680881d Mon Sep 17 00:00:00 2001 From: anc95 <1481988258@qq.com> Date: Sun, 16 Mar 2025 14:15:51 +0800 Subject: [PATCH 1/3] test --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 04c2cb6f..61813d8d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,6 +2,6 @@ import { run } from "probot"; import log from "./log.js"; import { robot } from "./bot.js"; -log.info("Starting probot"); +log.info("Starting probot app"); run(robot) \ No newline at end of file From f106becebc3fe8afcca0da2863b0e87b9f219df4 Mon Sep 17 00:00:00 2001 From: anc95 <1481988258@qq.com> Date: Sun, 16 Mar 2025 14:17:35 +0800 Subject: [PATCH 2/3] test --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 61813d8d..cfd7a315 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,6 +2,6 @@ import { run } from "probot"; import log from "./log.js"; import { robot } from "./bot.js"; -log.info("Starting probot app"); +log.info("Starting probot app!!"); run(robot) \ No newline at end of file From a2b597c23dc7a05bd32c2f593b43087bde4ec227 Mon Sep 17 00:00:00 2001 From: anc95 <1481988258@qq.com> Date: Sun, 16 Mar 2025 14:19:22 +0800 Subject: [PATCH 3/3] test --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index cfd7a315..04c2cb6f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,6 +2,6 @@ import { run } from "probot"; import log from "./log.js"; import { robot } from "./bot.js"; -log.info("Starting probot app!!"); +log.info("Starting probot"); run(robot) \ No newline at end of file