Skip to content

Instantly share code, notes, and snippets.

@ujwaldhakal
Last active July 3, 2021 15:44
Show Gist options
  • Save ujwaldhakal/6613b2c5eded34592d9f38efc5addc51 to your computer and use it in GitHub Desktop.
Save ujwaldhakal/6613b2c5eded34592d9f38efc5addc51 to your computer and use it in GitHub Desktop.
module.exports = async (robot) => {
robot.hear (`@deployer`,async (bot) => {
bot.send(`Roger that! Please wait.`);
bot.send(`Github Action has been triggered successfully`);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment