Skip to content

Commit 2b1bfde

Browse files
authoredDec 26, 2024
fix(deps): update dependency probot to v13 (#86)
BREAKING CHANGE: Drop support for NodeJS < 18 BREAKING CHANGE: Upgrade to Probot v13 BREAKING CHANGE: replace node-fetch with the Fetch API
1 parent b6587ad commit 2b1bfde

File tree

3 files changed

+2126
-1701
lines changed

3 files changed

+2126
-1701
lines changed
 

‎app.js

+1-1
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)