potiuk commented on PR #72946: URL: https://github.com/apache/airflow/pull/72946#issuecomment-5652063714
Correction to my comment above: I said this gate triggers on `java-sdk/**`. It doesn't — this PR changes 816 files and none of them are under `java-sdk/`. What fired it is the self-reference in the workflow's own `paths` filter: `v3-3-test` and `v3-3-stable` keep different copies of `.github/workflows/java-sdk-dependency-security.yml` (different `push.branches`), so every release sync PR shows it as changed and trips a gate with no Java content in the diff at all. Doesn't change the nltk analysis or the fixup here. The scoping follow-up is #73061, which replaces the two per-SDK review gates with one repo-wide `Dependency review` — since `dependency-review-action` reviews the whole graph regardless, a per-SDK name was never accurate. -- 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]
