probot / ideas

Share ideas for new GitHub Apps built with Probot
96 stars 48 forks source link

module.exports #142

Open Give535 opened 1 year ago

Give535 commented 1 year ago

issue comment

Give535 commented 1 year ago

module.exports = (app) => { app.on("issues.opened", async (context) => { const issueComment = context.issue({ body: "Thanks for opening this issue!", }); return context.github.issues.createComment(issueComment)