If rebasing results in no new commit (because all commits were present on the branch already), Hoff will still push the (already existing) commit to testing, and wait for a build result to come in. This will not happen, because origin/testing is equal to origin/master at that point. If HEAD is equal to master after a rebase, the pull request should be considered as merged.
If rebasing results in no new commit (because all commits were present on the branch already), Hoff will still push the (already existing) commit to
testing, and wait for a build result to come in. This will not happen, becauseorigin/testingis equal toorigin/masterat that point. IfHEADis equal to master after a rebase, the pull request should be considered as merged.