uranusjr commented on code in PR #70812:
URL: https://github.com/apache/airflow/pull/70812#discussion_r3762571991
##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -484,6 +485,12 @@ def __hash__(self):
# `.md` excluded — doc-only edits do not affect the Gradle build.
r"^java-sdk/(?!.*\.md$).*",
],
+ FileGroupForCi.TS_SDK_DOCS_FILES: [
+ # TypeDoc renders the reference from the SDK sources, and the
landing page is
+ # authored in ts-sdk/docs — unlike TS_SDK_FILES, `.md` counts here.
+ r"^ts-sdk/docs/.*",
+ r"^ts-sdk/src/.*",
+ ],
Review Comment:
Also the inverse; `ts-sdk/docs/package.json` should be excluded from
`TS_SDK_FILES` since changing it only affects the docs.
--
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]