Being able to search for things my review is requested on would be good companion feature for it.
Introducing review requests
11–16 of 16 posts
Re: Introducing review requests
#12Re: Introducing review requests
#13Kind of interesting. What I'd really like to be able to do is require specific people to review before merging, for example require a review by at least one of our senior developers. Right now the greenest guy on the team can approve a PR and it can be merged. The real dream would be to be able to set the requirements on a per-directory basis, but I doubt that would ever happen.
(Disclosure: I'm the founder.)
Re: Introducing review requests
#14Has GitHub improved reviews since launch? I tried the review feature at launch and found it to be a severe regression from plain PR inline comments, because the review comments weren't hidden when the code they referenced changed, so I had to manually check each review comment to see whether or not it was addressed by a follow-on commit. I emailed their support asking if I was using the review feature wrong, and they…
Re: Introducing review requests
#15Are there any api endpoints now for querying reviews? I'd love to have a way to get a list of reviews i'm being asked to do.
Re: Introducing review requests
#16Has GitHub improved reviews since launch? I tried the review feature at launch and found it to be a severe regression from plain PR inline comments, because the review comments weren't hidden when the code they referenced changed, so I had to manually check each review comment to see whether or not it was addressed by a follow-on commit. I emailed their support asking if I was using the review feature wrong, and they…
Heh, I never cease to wonder at the variety of -- often contradictory -- code review workflows. For me and many others automatically disappearing comments are a misfeature, since we _want_ to verify that a comment was correctly addressed. To each their own... :)