We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8b4c2 commit 68ca958Copy full SHA for 68ca958
src/index.ts
@@ -2,6 +2,6 @@ import { run } from "probot";
2
import log from "./log.js";
3
import { robot } from "./bot.js";
4
5
-log.info("Starting probot");
+log.info("Starting probot test");
6
7
run(robot)
0 commit comments