Skip to content

Commit 7a5188e

Browse files
authored
Add more undocumented statuses (#110)
1 parent a468a5c commit 7a5188e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitLabApiClient/Models/Pipelines/PipelineStatus.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ public enum PipelineStatus
2121
Preparing,
2222
[EnumMember(Value = "scheduled")]
2323
Scheduled,
24+
[EnumMember(Value = "created")]
25+
Created,
2426
}
2527
}

0 commit comments

Comments
 (0)