potiuk commented on code in PR #24236: URL: https://github.com/apache/airflow/pull/24236#discussion_r896893089
########## dev/breeze/src/airflow_breeze/utils/ci_group.py: ########## @@ -22,7 +22,7 @@ @contextmanager -def ci_group(title: str, enabled: bool = True): +def ci_group(title: str, enabled: bool = True, message_type: str = "[info]"): Review Comment: Fixed it and actually even converted it into an Enum :) -- 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]
