Skip to content

Instantly share code, notes, and snippets.

@henry40408
Created December 20, 2017 00:49
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/337bf8831bb1908573b43f067510f20e to your computer and use it in GitHub Desktop.
Save henry40408/337bf8831bb1908573b43f067510f20e to your computer and use it in GitHub Desktop.
jiminycricket/pr-review-submit-unassign
// https://github.com/jiminycricket/pr-review-submit-unassign/blob/5b3bf2e64c6417919d53c4966f50d5c8bb97e91e/index.js#L3-L5
module.exports = robot => {
robot.on('pull_request_review.submitted', assignAfterReviewSubmitted)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment