Skip to content

Commit e452105

Browse files
committed
maint: update code for Probot v13
1 parent 45c4968 commit e452105

File tree

3 files changed

+1707
-992
lines changed

3 files changed

+1707
-992
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @param {import('probot').Probot} app
33
*/
44
module.exports = (app) => {
5-
app.log("Yay! The app was loaded!");
5+
app.log.info("Yay! The app was loaded!");
66

77
app.on("issues.opened", async (context) => {
88
return context.octokit.issues.createComment(

0 commit comments

Comments
 (0)