petkostas opened a new pull request, #8536:
URL: https://github.com/apache/incubator-devlake/pull/8536

   ### Summary
   GitHub GraphQL API can return check runs with nil or a zero `StartedAt` 
(manual testing over GitHub API returns a zero `time.Time` value -0001-01-01-) 
time for jobs that were skipped immediately. These jobs have a CompletedAt time 
(when they were skipped) but no actual start time resulting to the extractor 
crashing.
   
   ### Does this close any open issues?
   Closes #8490 
   
   ### Screenshots
   TODO: Add the screenshot of the output
   
   ### Other Information
   We should decide if we should skip those jobs or if we should use the 
completedAt as the startedAt time.


-- 
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-unsubscr...@devlake.apache.org

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

Reply via email to