Yicong-Huang opened a new issue, #4553: URL: https://github.com/apache/texera/issues/4553
## Task Summary Investigate enabling GitHub merge queue for `apache/texera` to reduce the current sequential PR merge behavior. Right now, when branch protection requires PR branches to stay up to date with `main`, a PR that is ready to merge may still need another branch update and another full CI run after a previous PR lands. This slows down throughput significantly when multiple PRs are ready around the same time. ASF Infra documentation indicates that merge queue is available in beta, and projects can request it through an INFRA ticket. We should file that request and confirm whether merge queue can be enabled for this repository. If it is approved, we will also need to update our required GitHub Actions workflows so they report status for merge queue runs as well, such as the `merge_group` event. ## Priority P2 – Medium ## Task Type - [x] DevOps / Deployment ## Proposed Next Step We will open an INFRA ticket to ask ASF to enable GitHub merge queue for `apache/texera` and then follow up with the CI workflow changes required to support it. -- 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]
