GitBox is just a fancy name Apache has given to their service that allows us to use GitHub as the source of authority for our Git repo. Everything is done on GitHub using the GitHub processes.
Anyone with write access to GitHub can merge a PR. The PR can be merged from the PR GitHub website. -Jake > On Sep 18, 2017, at 9:43 AM, Kirk Lund <kl...@apache.org> wrote: > > I've searched and not found a good summary on how gitbox works. Anyone know > of a good resource? > > The kinds of questions I have are: if other devs approve my PR, do I still > need to find another dev to commit for me or can I commit my own PR if has > been approved? > > Thanks, > Kirk