cody
cody copied to clipboard
Your friendly neighborhood code review bot
Not all PRs need code review and it's useful to be able to ignore certain PRs. For now, we could ignore PRs based on a few characteristics: * ~~labels present...
Right now the UI is very sparse. It would be nice to have more information about the PR in the Cody UI. I think a good example of this is...
It's hard to know who else you can pick from when trying to replace a generated reviewer. We should show a link to the GitHub Team that the reviewer was...
```cody replace second_level``` ==> picks a different random reviewer from the group
Epic for transitioning to the Requested Reviews feature for code review interactions on GitHub.
If a PR gets delegated to another PR, the first PR shouldn't have any reviewers. Any existing ones should just get dropped and all the assignees should be removed.
Let users select their current timezone. Should be stored in the `user_preferences` table and accessible through the `User` model. Should be settable on the profile page through a drop down...
A PR description that included a line like "The previous version of this was reviewed in #-----" and then the author included code reviewers. Cody delegated to that other PR...
Let Cody take a list of statuses that are required to be successful before assigning reviews. We would have to start listening to the status change event in order to...