amoghrajesh commented on code in PR #50716: URL: https://github.com/apache/airflow/pull/50716#discussion_r2094092742
########## dev/breeze/src/airflow_breeze/utils/github.py: ########## @@ -55,21 +55,21 @@ def download_file_from_github( """ import requests - url = f"https://raw.githubusercontent.com/apache/airflow/{tag}/{path}" + url = f"https://api.github.com/repos/apache/airflow/contents/{path}?ref={tag}" Review Comment: The end result seems pretty fine too. For ex, the entry for: "cloudant" is: ``` "4.1.1": { "associated_airflow_version": "3.0.1", "date_released": "2025-03-13T17:46:49Z" } ``` Which is in line with other things -- 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...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org