The purpose of this PR is to get the develop branch in sync with main. Apparently when PRs are added to main first, then merged with develop, GH complains that there are newer changes in develop even though they are already part of the main branch.
We had this issue once before and we didn't know why it was happening, but now we do.
Purpose
The purpose of this PR is to get the
develop
branch in sync withmain
. Apparently when PRs are added tomain
first, then merged withdevelop
, GH complains that there are newer changes indevelop
even though they are already part of themain
branch.We had this issue once before and we didn't know why it was happening, but now we do.