chaoss / augur

Python library and web service for Open Source Software Health and Sustainability metrics & data collection. You can find our documentation and new contributor information easily here: https://oss-augur.readthedocs.io/en/main/ and learn more about Augur at our website https://augurlabs.io
https://oss-augur.readthedocs.io/en/main/
MIT License
592 stars 845 forks source link

BUG: Gitlab repository pull_requests pr_closed_at column null when pr is merged #2924

Open cdolfi opened 1 month ago

cdolfi commented 1 month ago

image

sgoggins commented 1 month ago

@cdolfi : These actually look right. A PR/MR can be closed (without merging) or Merged. HOWEVER, you're right that we are doing the closed_at as the merged_at on GitHub ... So, we'll fix that! :)