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 f19d73f commit cd20121Copy full SHA for cd20121
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 app");
6
7
run(robot)
0 commit comments