kevinjqliu opened a new pull request, #3815: URL: https://github.com/apache/iceberg-python/pull/3815
# Rationale for this change Maintainers currently need to revisit an approved PR after CI completes and merge it manually. This enables GitHub auto-merge through ASF's documented `github.pull_requests.allow_auto_merge` setting, reducing CI polling and context switching. Before: maintainers wait for CI, return to the PR, and merge manually. After: a maintainer can enable auto-merge once; GitHub waits for the existing review, CI, and branch-protection requirements, then merges automatically. If CI fails, auto-merge will not go through and the PR remains open. ASF documentation: https://github.com/apache/infrastructure-asfyaml#pull-request-settings ## Are these changes tested? Yes. YAML validation and repository pre-commit checks pass. ## Are there any user-facing changes? No. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
