Skip to content

Commit

Permalink
Add waiting status to CheckRunState
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs00 authored and maniac103 committed Jan 9, 2022
1 parent 06b1d81 commit 4d9bce8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ public enum CheckRunState {
@Json(name = "completed") Completed,
@Json(name = "in_progress") InProgress,
@Json(name = "queued") Queued,
@Json(name = "requested") Requested
@Json(name = "requested") Requested,
@Json(name = "waiting") Waiting
}

0 comments on commit 4d9bce8

Please sign in to comment.