#Git: Can't merge to protected branch

1 messages · Page 1 of 1 (latest)

whole ether
#

When I try to merge changes from a feature branch to main, I cannot do it.

#

I cannot choose any branches to merge to when I protect 'main' branch.

whole ether
#

I am using this version of Appsmith. Appsmith Community v1.9.60
Released 4 days ago

#

It seems to work the first time I try it after protecting a branch, then not after that.

whole ether
#

My work around when getting ready to merge (after commit) feature branch into main is this:

  1. Unprotect 'main' branch
  2. Refresh App
  3. Perform the merge ('main' branch is now available to merge)
  4. Protect 'main' branch again.