We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ba5a6 commit ba60ddfCopy full SHA for ba60ddf
backend/infrahub/core/branch/enums.py
@@ -5,5 +5,4 @@ class BranchStatus(InfrahubStringEnum):
5
OPEN = "OPEN"
6
NEED_REBASE = "NEED_REBASE"
7
NEED_UPGRADE_REBASE = "NEED_UPGRADE_REBASE"
8
- CLOSED = "CLOSED"
9
DELETING = "DELETING"
schema/schema.graphql
@@ -323,6 +323,7 @@ enum BranchRelativePermissionDecision {
323
enum BranchStatus {
324
DELETING
325
NEED_REBASE
326
+ NEED_UPGRADE_REBASE
327
OPEN
328
}
329
0 commit comments