Here is a TOP10 list to improve and accelerate the review process of pull requests. If you follow them, chances are your pull request will get the attention needed and it will be ready for merge sooner than later:
Make sure you are on top of latest main branch
# git fetch upstream
# git rebase upstream/main
Run compliance tests locally and fix any issues before submitting a PR