shivaam commented on code in PR #63561:
URL: https://github.com/apache/airflow/pull/63561#discussion_r2935348600


##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -1504,7 +1502,7 @@ def get_job_label(self, event_type: str, branch: str):
                 if "windows-2025" in runner_labels:
                     continue
                 if not runner_labels:
-                    get_console().print("[yellow]No labels found for job 
{job_name}.\n", jobs_url)
+                    console_print("[yellow]No labels found for job 
{job_name}.\n", jobs_url)
                     return None

Review Comment:
   I think these should be fixes before merging



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