Last active
July 3, 2021 15:44
-
-
Save ujwaldhakal/6613b2c5eded34592d9f38efc5addc51 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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