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

   The deadline-alert response now reports a null interval when the alert
   has no fixed number of seconds, but the committed TypeScript client
   still described it as a required number. That stale client hid a real
   type error in every component rendering the completion rule, so
   `ts-compile-lint-ui` fails on a clean checkout and blocks unrelated PRs.
   
   The null is wrong on screen today as well: dayjs humanizes it as "a few
   seconds", so such an alert claims the run must complete within a few
   seconds of its reference point. There is no duration to name there, so
   the rule now names the reference point alone. English is the source and
   fallback locale, so the wording is added there alone and the other
   locales fall back to it until translated.
   (cherry picked from commit 78b88db5aba7e0eb972680bc503df04e52e42d3a)
   
   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