ndaversa / hubot-github-bot

A hubot script to list and remind you about open pull requests
MIT License
16 stars 12 forks source link

Support for multiple assignees #7

Open craig-davis opened 8 years ago

craig-davis commented 8 years ago

This currently appears to use only the first assignee on a PR. Does the current architecture allow this to be extended to:

  1. Use the GitHub multiple assignee feature
  2. Send a direct message to each person rather than a general announcement

Thoughts?

ndaversa commented 8 years ago

@craig-davis You're right. I think the code could be adapted to support multi-assignees (which as you know, is a recent feature Github introduced). I'm happy to help if you are interested in taking a stab at that.

Also happy to accept pull requests for the support.

craig-davis commented 8 years ago

@ndaversa Multiple assignee support would be a great addition at work. I'll try to find some time to work on it next week.