Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve code review data #13

Open
2 tasks done
kbuffardi opened this issue May 29, 2024 · 5 comments
Open
2 tasks done

Retrieve code review data #13

kbuffardi opened this issue May 29, 2024 · 5 comments
Assignees

Comments

@kbuffardi
Copy link
Contributor

kbuffardi commented May 29, 2024

When a repo's data is retrieved, it should include records of code reviews:

  • Code Reviews including date/time it was submitted, id # for the associated PR, reviewer (username), status [comment, approve, or request changes], description.
  • When exporting, the value in the CSV's Action column should be code_review and the Author column should be the person who submitted the code review.
@MSS-Shalavritha
Copy link
Collaborator

Worked on this issue today and able to see code reviews are being captured on the UI right now:


Screenshot 2024-05-29 at 10 07 53 PM

@kbuffardi
Copy link
Contributor Author

@MSS-Shalavritha do you have those changes on a branch? If so, please create a PR.

@MSS-Shalavritha
Copy link
Collaborator

Hi @kbuffardi, Do you want me to create a new branch?

@kbuffardi
Copy link
Contributor Author

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.

@MSS-Shalavritha
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants