Hello everyone,

TL;DR; Please, Please please if you have a PR open before today, please
rebase it to the latest main at earliest convenience.

We had a little drama today where PRs and main started to fail out of the
sudden and I tracked it down to this fix:
https://github.com/apache/airflow/pull/27424 - and you need to rebase to
main after this has been merged (couple of hours ago).

The problem was that (apparently) GitHub changed parser of yaml and they
suddenly stopped accepting a perfectly valid multi-line double quoted, left
aligned string. Which we happened to use in two places.

Rebasing is easy:
https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#id14
And we will do some of that for you when we review PRs.

The bad thing however, is that until you rebase it, you will not even see
if your code is any good. It will look green, smell green, but it very well
might be red. I am asking GitHub to revert it but - no high hopes.

[image: image.png]


J.

Reply via email to