Andrushika commented on PR #73241: URL: https://github.com/apache/airflow/pull/73241#issuecomment-5792272137
One limitation: the classification test guard treats `run_*` as the naming contract, with `docs_build` and `has_migrations` as explicit exceptions. The problem is that a new gate with another name would bypass our drift guard. I considered deriving this from the workflow YAML, but parsing yaml itself seems not a reliable way since there are too much edge cases. If we agree that a stronger naming contract is needed, I would prefer to discuss the design and handle it in a follow-up PR. -- 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]
