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/09/09 09:11:35 UTC

[GitHub] [incubator-devlake] warren830 commented on pull request #3019: feat(dora): calculate pr change lead time

warren830 commented on PR #3019:
URL: https://github.com/apache/incubator-devlake/pull/3019#issuecomment-1241714832

   1. for coding_timespan, if user squash commit, the author_date will be larger than the created date of pr
   Maybe we can change the method of calculation:
   1. if the first commit's authored date is less than the created date of pr, we use the original one
   2. if the first commit's authored date is larger than the created date of pr, we use the last commit before review to as the end of coding, and use the open of pr as the start of coding?


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