Closed giladgray closed 6 years ago
🔥 API BREAK: bot.env is no longer exposed; use bot.commitMessage() instead. 🔥 API BREAK: bot.comment(token, body) now requires GH auth token as its first argument.
bot.env
bot.commitMessage()
bot.comment(token, body)
Demo: demo
🔥 API BREAK:
bot.env
is no longer exposed; usebot.commitMessage()
instead. 🔥 API BREAK:bot.comment(token, body)
now requires GH auth token as its first argument.