Skip to content

Instantly share code, notes, and snippets.

@hiimbex
Created June 16, 2017 18:13
Show Gist options
  • Save hiimbex/a8102baf028dcd85bbfc31a5a2196555 to your computer and use it in GitHub Desktop.
Save hiimbex/a8102baf028dcd85bbfc31a5a2196555 to your computer and use it in GitHub Desktop.
module.exports = robot => {
robot.on('issues', async context => {
robot.log(context, "testing", context.payload);
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment