-
Notifications
You must be signed in to change notification settings - Fork 2
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
Parse code reviews for approved Pull Request #2
Comments
Merged
h1alexbel
pushed a commit
that referenced
this issue
Mar 29, 2024
h1alexbel
pushed a commit
that referenced
this issue
Mar 29, 2024
h1alexbel
pushed a commit
that referenced
this issue
Mar 29, 2024
h1alexbel
pushed a commit
that referenced
this issue
Mar 29, 2024
Merged
This was referenced Mar 29, 2024
@h1alexbel 4 puzzles #22, #23, #24, #25 are still not solved. |
h1alexbel
pushed a commit
that referenced
this issue
Apr 1, 2024
h1alexbel
added a commit
that referenced
this issue
Apr 1, 2024
feat(#2): JsonComments, comments per review id, cov up to 0.5
Merged
h1alexbel
pushed a commit
that referenced
this issue
Apr 1, 2024
h1alexbel
pushed a commit
that referenced
this issue
Apr 1, 2024
h1alexbel
pushed a commit
that referenced
this issue
Apr 1, 2024
h1alexbel
added a commit
that referenced
this issue
Apr 1, 2024
feat(#2): transformed reviews with comments, class renames
@h1alexbel 3 puzzles #22, #23, #25 are still not solved; solved: #24. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when the Pull Request gets approved, we can pull all reviews for this pull request. For pull
#58
in repoobjectionary/news.eolang.org
we can hithttps://api.github.com/repos/objectionary/news.eolang.org/pulls/58/reviews
endpoint to get all reviews. Something like this will be printed:As you can see here, each review has its
id
, using that we can fetch all the review comments, utilizinghttps://api.github.com/repos/objectionary/news.eolang.org/pulls/58/reviews/${ID}/comments
endpoint. Here is a review withid=1928092753
:This operation we should execute for all reviews in pull requests. After all
comments
are collected, let's group them with theirreview id
and reviewer (github login
)The text was updated successfully, but these errors were encountered: