Skip to content

Instantly share code, notes, and snippets.

@henry40408
Created December 20, 2017 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henry40408/2715f3cb641f499af72712f4c5695c41 to your computer and use it in GitHub Desktop.
Save henry40408/2715f3cb641f499af72712f4c5695c41 to your computer and use it in GitHub Desktop.
henry40408/assign-in-comment
// https://github.com/henry40408/assign-in-comment/blob/master/index.js#L3-L5
module.exports = robot => {
robot.on('pull_request.opened', context => assignInComment(robot, context))
robot.on('pull_request.edited', context => assignInComment(robot, context))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment