You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/08 12:20:38 UTC

[GitHub] [incubator-devlake] Startrekzky opened a new issue, #2452: [Feature][GitHub] Get all normal comments, review, review comments and store it in table.pull_request_comments

Startrekzky opened a new issue, #2452:
URL: https://github.com/apache/incubator-devlake/issues/2452

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   Get all normal comments, review, review comments, and store them in the table.pull_request_comments. 
   I need all comments' `id`, `body`, and `type`.
   
   For values of the type field in the table.pull_request_comments:
      1. for normal comments: NORMAL
      2. for review comments, ie. diff/inline comments: DIFF or INLINE. Both are fine to me, just make sure it's consistent with GitLab
      3. for reviews' body (exist in GitHub but not GitLab, see pic below): REVIEW
   
   ### Use case
   
   In order to calculate metrics like 'PR pickup time' and 'PR review time', I have to gather all types of PR comments' submitted/created time.
   
   ### Related issues
   
   #1746 
   #2268
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] mindlesscloud closed issue #2452: [Feature][GitHub] Get all normal comments, review, review comments and store them in table.pull_request_comments

Posted by GitBox <gi...@apache.org>.
mindlesscloud closed issue #2452: [Feature][GitHub] Get all normal comments, review, review comments and store them in table.pull_request_comments
URL: https://github.com/apache/incubator-devlake/issues/2452


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org