[BUG]: cannot unmarshal object into Go struct field Protection.lock_branch of type bool after upgrade to v5.13.0 #1476
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
Version
Expected Behaviour
With Terraform config that could successfully execute a plan using module version v5.12.0.
I expect to be able to successfully execute a plan when upgrading to v5.13.0.
Actual Behaviour
I receive an error unmarshalling an existing branch protection
Diagnosis
As alluded to in this comment, the module has recently updated go-github from 48.1.0 to 48.2.0 (#1425).
I'm assuming that the SDK adding support for the
lock_branch
property from the API response (added here), is causing the unmarshalling to fail, and this could perhaps be fixed by adding alock_branch
property to the branch protection stateThe text was updated successfully, but these errors were encountered: