ephraimbuddy commented on code in PR #34739:
URL: https://github.com/apache/airflow/pull/34739#discussion_r1344786953


##########
dev/airflow-github:
##########
@@ -266,7 +266,9 @@ def compare(target_version, github_token, 
previous_version=None, show_uncherrypi
             url="URL",
         )
     )
-
+    milestone_issues = sorted(
+        milestone_issues, key=lambda x: x.closed_at if x.closed_at else 
x.created_at, reverse=True

Review Comment:
   The sorting is to get an order based on date then reverse it so that oldest 
commit is listed last



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to