github-actions[bot] opened a new pull request, #70672:
URL: https://github.com/apache/airflow/pull/70672

   #68919 changed _private_ui.yaml without regenerating the TypeScript client
   and CI stayed green: selective checks decide whether to skip the
   ts-compile-lint-* hooks from file groups that do not cover the UI codegen
   input specs, while the hooks themselves trigger on any yaml under the
   openapi directories. The stale client then masked a type error that broke
   main for every PR running full static checks. The same gap applied to
   v2-simple-auth-manager-generated.yaml, so a spec-only change also skipped
   the simple auth manager UI hook. Track the codegen-input specs in their own
   file group so spec-only changes run the UI hooks without forcing the full
   test matrix, and drop the main UI hook trigger for the simple auth manager
   spec: that pattern was copied in when the hook was created (#51725), a
   month after the spec was renamed v1 to v2 (#50705), so it has never matched
   a file - #53636 fixed the sibling hook's copy but missed this one. The main
   UI codegen does not consume that spec either.
   (cherry picked from commit b43a87e58fc45a06988d6dd09b1d1e751a6aac7b)
   
   Co-authored-by: Shahar Epstein <[email protected]>


-- 
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]

Reply via email to