ideas icon indicating copy to clipboard operation
ideas copied to clipboard

module.exports

Open Give535 opened this issue 2 years ago • 1 comments

issue comment

Give535 avatar Aug 28 '23 18:08 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)

Give535 avatar Aug 28 '23 18:08 Give535