amoghrajesh commented on code in PR #63973:
URL: https://github.com/apache/airflow/pull/63973#discussion_r2965043677


##########
scripts/ci/prek/check_execution_api_versions.py:
##########
@@ -40,7 +40,7 @@
 def get_changed_files_ci() -> list[str]:
     """Get changed files in CI by comparing against main."""
     fetch_result = subprocess.run(
-        ["git", "fetch", "upstream", TARGET_BRANCH],
+        ["git", "fetch", "origin", TARGET_BRANCH],

Review Comment:
   @potiuk good call, i tried to handle it here: [make remote detection even 
more 
resilient](https://github.com/apache/airflow/pull/63973/commits/15c002bb68ce38e55e1b71232b8a424e15406af7)



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