Open kbuffardi opened 6 months ago
Worked on this issue today and able to see code reviews are being captured on the UI right now:
[
](url)
@MSS-Shalavritha do you have those changes on a branch? If so, please create a PR.
Hi @kbuffardi, Do you want me to create a new branch?
Yes, put all new work on a dedicated feature branch. When it's ready for production, create a pull request and the rest of us will verify and review it.
@kbuffardi , added the code on "code-review-feature" branch and created a pull request. I find the code reviews are being captured and the code review details are being exported to the .csv file as well.
When a repo's data is retrieved, it should include records of code reviews:
Action
column should becode_review
and theAuthor
column should be the person who submitted the code review.