We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6587ad commit 2b1bfdeCopy full SHA for 2b1bfde
app.js
@@ -2,7 +2,7 @@
2
* @param {import('probot').Probot} app
3
*/
4
module.exports = (app) => {
5
- app.log("Yay! The app was loaded!");
+ app.log.info("Yay! The app was loaded!");
6
7
app.on("issues.opened", async (context) => {
8
return context.octokit.issues.createComment(
0 commit comments