-
Notifications
You must be signed in to change notification settings - Fork 49
Responding to GitHub's review events #173
Comments
This would have to be a setting. Often folks use the GitHub review thing to
say "approved, but here are some minor changes you should make and then
self-r+"
…On Wed, Oct 10, 2018, 5:06 AM Peter Waller ***@***.***> wrote:
Could we have Homu respond to GitHub's review
<https://help.github.com/articles/about-pull-request-reviews/> feature
<https://blog.github.com/2016-12-07-introducing-review-requests/>, as
well as r+? The event is called PullRequestReviewEvent
<https://developer.github.com/v3/activity/events/types/#pullrequestreviewevent>
.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#173>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABivSOILSJeXYusPaB4jnHf1wQJAtX9yks5ujeK3gaJpZM4XVMQY>
.
|
Ah, that is a fair point, I guess you can't self-review on github. Hmm. |
On the other hand, you can always use the r+ feature in conjunction with this, rather than instead-of. |
Right. We should definitely pick up bors commands from review events.
We should not interpret reviews events themselves as bors commands
…On Wed, Oct 10, 2018, 8:32 AM Peter Waller ***@***.***> wrote:
On the other hand, you can always use the r+ feature in conjunction with
this, rather than instead-of.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#173 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABivSF-7LPDpCbPxkbdccO0Y5LpsZhlYks5ujhLvgaJpZM4XVMQY>
.
|
I'd like to have a setting that does so. If a reviewer wants to give feedback and 'passively approve' (i.e, allow the submitter to self-r+), they can always leave a 'comment review' rather than 'approve/disapprove'. |
The r+ command is only interpreted you mention |
You misunderstand, the proposal is (in part) to make an approved review itself count as an r+ |
My interpretation of @Manishearth's comment was that pressing "Approve" in github should not translate to the equivalent of |
Okay my understanding was that homu should respond to review comments (which are currently ignored). I agree that pressing "Approve" should not be equivalent to r+, without mentioning |
I would like to try and encourage my team to use the "Approve" feature, to give it an equivalence to My motivation is to get people to use the github review feature, for example to request reviews, and also to give them a nudge UI nudge towards leaving comments using the review feature (which is only seen on the 'diff' section). |
Yeah, there are two separate features here:
I don't really have time to implement this but willing to accept a patch for either. |
Could we have Homu respond to GitHub's review feature, as well as
r+
? The event is calledPullRequestReviewEvent
.The text was updated successfully, but these errors were encountered: