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


##########
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:
   Just so I can cherrypick from the bottom of the list upwards. The last item 
would be the oldest



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