Skip to content

Commit 5369a36

Browse files
committed
Fix generated graphql schema
1 parent 4cfb856 commit 5369a36

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

backend/infrahub/core/branch/enums.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ class BranchStatus(InfrahubStringEnum):
55
OPEN = "OPEN"
66
NEED_REBASE = "NEED_REBASE"
77
NEED_UPGRADE_REBASE = "NEED_UPGRADE_REBASE"
8-
CLOSED = "CLOSED"
98
DELETING = "DELETING"

schema/schema.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ enum BranchRelativePermissionDecision {
323323
enum BranchStatus {
324324
DELETING
325325
NEED_REBASE
326+
NEED_UPGRADE_REBASE
326327
OPEN
327328
}
328329

0 commit comments

Comments
 (0)