diff --git a/infrahub_sdk/branch.py b/infrahub_sdk/branch.py index 2c32a481..4c89bd41 100644 --- a/infrahub_sdk/branch.py +++ b/infrahub_sdk/branch.py @@ -19,6 +19,7 @@ class BranchStatus(str, Enum): NEED_REBASE = "NEED_REBASE" NEED_UPGRADE_REBASE = "NEED_UPGRADE_REBASE" DELETING = "DELETING" + MERGED = "MERGED" class BranchData(BaseModel):