Fix skipped pipelines model (#2923)

Fixes: https://github.com/woodpecker-ci/woodpecker/issues/2901

---------

Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
Robert Kaussow
2023-12-12 21:30:52 +01:00
committed by GitHub
parent 547f5dea35
commit 6de5922408
8 changed files with 545 additions and 7 deletions

View File

@@ -4249,10 +4249,12 @@ const docTemplate = `{
"killed",
"error",
"blocked",
"declined"
"declined",
"created"
],
"x-enum-comments": {
"StatusBlocked": "waiting for approval",
"StatusCreated": "created / internal use only",
"StatusDeclined": "blocked and declined",
"StatusError": "error with the config / while parsing / some other system problem",
"StatusFailure": "failed to finish (exit code != 0)",
@@ -4271,7 +4273,8 @@ const docTemplate = `{
"StatusKilled",
"StatusError",
"StatusBlocked",
"StatusDeclined"
"StatusDeclined",
"StatusCreated"
]
},
"Step": {