Re: Using mention-bot to automatically ping potential reviewers

2016-11-06 Thread Holden Karau
So according the documentation it mostly uses blame lines which _might_ not
be the best fit for Spark (since many of the people in the blame lines
aren't going to have permission to commit the code). (Although it's
possible that the algorithm that is actually used does more than the one
described in the documentation).

I'd love to know what peoples experiences of using this with other projects
with a similar structure as Spark (small set of committers to a large set
of contributors).

Even with that reservation it could be interesting to try out since this is
a really big problem for new contributors looking to participate in Spark
and the spark-prs dashboard doesn't seem to be catching everything.

On Sun, Nov 6, 2016 at 6:25 PM, Nicholas Chammas  wrote:

> Howdy folks,
>
> I wonder if anybody has ever used Facebook's mention-bot in a project:
>
> https://github.com/facebook/mention-bot
>
> Seems like a useful tool to help address the problem of figuring out who
> to ping for review.
>
> If you've used it, what was your experience? Do you think it would be
> helpful for Spark?
>
> Nick
>
>


-- 
Cell : 425-233-8271
Twitter: https://twitter.com/holdenkarau


Using mention-bot to automatically ping potential reviewers

2016-11-06 Thread Nicholas Chammas
Howdy folks,

I wonder if anybody has ever used Facebook's mention-bot in a project:

https://github.com/facebook/mention-bot

Seems like a useful tool to help address the problem of figuring out who to
ping for review.

If you've used it, what was your experience? Do you think it would be
helpful for Spark?

Nick