Skip to content

Commit

Permalink
Add the undocumented (but used) check suite conclusion "skipped" (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyPalmer authored and shiftkey committed Jan 28, 2020
1 parent 5290202 commit 321c9ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Octokit/Models/Common/CheckStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ public enum CheckConclusion

[Parameter(Value = "action_required")]
ActionRequired,

[Parameter(Value = "skipped")]
Skipped,
}

public enum CheckAnnotationLevel
Expand Down

0 comments on commit 321c9ba

Please sign in to comment.