cody icon indicating copy to clipboard operation
cody copied to clipboard

Your friendly neighborhood code review bot

Results 80 cody issues
Sort by recently updated
recently updated
newest added

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...

T-enhancement 💡

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...

T-enhancement 💡
C-ui

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...

T-enhancement 💡
E-easy
P-low
A-assigned

```cody replace second_level``` ==> picks a different random reviewer from the group

T-enhancement 💡
E-easy

Epic for transitioning to the Requested Reviews feature for code review interactions on GitHub.

Epic

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.

T-enhancement 💡
E-easy
C-prs

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...

T-enhancement 💡

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...

T-bug 🐛
E-easy
A-assigned

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...

T-enhancement 💡