potiuk commented on code in PR #30825: URL: https://github.com/apache/airflow/pull/30825#discussion_r1174665422
########## dev/breeze/SELECTIVE_CHECKS.md: ########## @@ -103,51 +103,57 @@ The logic implements the following rules: * if `Image building` is disabled, only basic pre-commits are enabled - no 'image-depending` pre-commits are enabled. * If there are some setup files changed, `upgrade to newer dependencies` is enabled. +* If docs are build, the `docs-filter` will determine which docs packages to build. This is based on + several criteria: if any of the airflow core, charts, docker-stack, providers files or docs have changed, Review Comment: We are using automatically generated "generated/provider-dependencies.json" to make sure that for example when any of the google docs are changed, any provider that depends on it is also added to built docs packages -- 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]
