Shrividya commented on code in PR #64240: URL: https://github.com/apache/airflow/pull/64240#discussion_r3028039175
########## scripts/ci/prek/check_airflow_bug_report_template.py: ########## @@ -30,7 +30,7 @@ import yaml from common_prek_utils import AIRFLOW_ROOT_PATH, check_list_sorted, console -BUG_REPORT_TEMPLATE = AIRFLOW_ROOT_PATH / ".github" / "ISSUE_TEMPLATE" / "3-airflow_providers_bug_report.yml" +BUG_REPORT_TEMPLATE = AIRFLOW_ROOT_PATH / ".github" / "ISSUE_TEMPLATE" / "1-airflow_bug_report.yml" Review Comment: The yaml file name is intentionally not changed to keep it aligned with earlier naming conventions. -- 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]
