Given a pull request that has many commits, the build is triggered when the pull request is created.
However, when the build finishes and ghprb updates github, only the first commit in the list shows a green check.
The logs show that only the first sha was used by the plugin. Why arent the remaining commits picked up?