Adam Henriksson

Results 7 comments of Adam Henriksson

This would indeed be a useful feature.

@slarse Great! Please assign @ZinoKader as well. Looking forward to seeing your changes.

Our initial solution involves simply creating multiple issues tagging each member of the reviewing team. Very easy fix. ```python3 for member in review_team.members: issue_title = f"{issue.title} ({member})" api.create_issue( issue_title, issue.body,...

> @Adamih That seems reasonable. Just off the top of my head, I'm a little bit uncertain how that plays with the double-blind review functionality. I frankly don't remember how...

> There's now a PR with a moderately successful refactor of the `assign_peer_reviews` function. It's still a bit of a mess, but the part that's relevant to this issue should...