Hello everyone, A quick update: https://github.com/apache/airflow/pull/73469 is merged, and the limits are now in place. Contributors without write access can have at most 5 open PRs at a time. Committers are not affected.
I've also run the one-time closure (dev/close_prs_over_open_pr_limit.py). The results: * 210 PRs closed, from 21 contributors. The largest counts were 31, 26, 24 and 21 PRs from a single contributor. Most of the rest had 13 or fewer, typically around 5-10. * Most of them were recent: 110 opened in September, 63 in August. * PRs where a maintainer was already engaged stayed open. * Every closed PR has a comment explaining why, with a link to the guide (contributing-docs/32_open_pull_request_limit.rst). Each also has the "closed because of open PR limit" label, so they are easy to find: https://github.com/apache/airflow/pulls?q=is%3Apr+label%3A%22closed+because+of+open+PR+limit%22 If a contributor asks about a closed PR, please point them to the guide. It explains how to choose which PRs to reopen, up to the limit. J. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
