mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 03:48:05 +00:00
add reviewer fields, endpoints
This commit is contained in:
@@ -8,13 +8,15 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
StatusSkipped = "skipped"
|
||||
StatusPending = "pending"
|
||||
StatusRunning = "running"
|
||||
StatusSuccess = "success"
|
||||
StatusFailure = "failure"
|
||||
StatusKilled = "killed"
|
||||
StatusError = "error"
|
||||
StatusSkipped = "skipped"
|
||||
StatusPending = "pending"
|
||||
StatusRunning = "running"
|
||||
StatusSuccess = "success"
|
||||
StatusFailure = "failure"
|
||||
StatusKilled = "killed"
|
||||
StatusError = "error"
|
||||
StatusBlocked = "blocked"
|
||||
StatusDeclined = "declined"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user