#Git: Can't merge to protected branch
1 messages · Page 1 of 1 (latest)
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.
My work around when getting ready to merge (after commit) feature branch into main is this:
- Unprotect 'main' branch
- Refresh App
- Perform the merge ('main' branch is now available to merge)
- Protect 'main' branch again.