github-actions[bot] opened a new pull request, #59456:
URL: https://github.com/apache/airflow/pull/59456
* Fix Old RC removal logic and add test for the function
Old RC releases should be removed when a new RC is built. This helps
us avoid the situation we had with 3.1.4. The step to remove the old RC
wasn't working before
because we were checking old releases against Airflow 2 instead of 3
using if name.startswith("2"). The fix here is to use pattern to select
all old RCs whether they are version 2 or 3.
* fixup! Update issue templates regarding Airflow 2 and misc. (#59384)
(cherry picked from commit 737b3bafcd1bce6f1be7336adcce397deaadf98b)
Co-authored-by: Ephraim Anierobi <[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]