Give535

Results 1 comments of Give535

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)