Affected Version: 2.3, 2.2.1
What steps will reproduce the problem?
1. Create two branches, master and foo, pointing to the same commit
2. Create a commit. git push origin HEAD:refs/for/master
3. Create another commit. git push origin HEAD:refs/for/foo
4. Approve and submit second commit. It's now in "Submitted, merge pending" state.
5. Approve and submit first commit.
What is the expected output? What do you see instead?
I expect the second commit to be merged whenever the first is approved and merged.
It is still in "Submitted, merge pending" and I have to manually submit it again.
Please provide any additional information below.