From f5d6e727c2896515038f3d2fafa25b3ffae8d579 Mon Sep 17 00:00:00 2001 From: Sola Babatunde Date: Tue, 3 Feb 2026 19:25:45 +0100 Subject: [PATCH] IFC-2184: Add to branch status --- infrahub_sdk/branch.py | 1 + 1 file changed, 1 insertion(+) 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):