We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8971a7 commit a49a41fCopy full SHA for a49a41f
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!");
+ console.log("Yay! The app was loaded!");
6
7
app.on("issues.opened", async (context) => {
8
return context.octokit.issues.createComment(
0 commit comments