Skip to content

Commit

Permalink
fix(deps): update dependency probot to v13 (#86)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for NodeJS < 18
BREAKING CHANGE: Upgrade to Probot v13
BREAKING CHANGE: replace node-fetch with the Fetch API
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent b6587ad commit 2b1bfde
Show file tree
Hide file tree
Showing 3 changed files with 2,126 additions and 1,701 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @param {import('probot').Probot} app
*/
module.exports = (app) => {
app.log("Yay! The app was loaded!");
app.log.info("Yay! The app was loaded!");

app.on("issues.opened", async (context) => {
return context.octokit.issues.createComment(
Expand Down
Loading

0 comments on commit 2b1bfde

Please sign in to comment.