Skip to content

Commit

Permalink
Add stale check conclusion (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenEmdon authored Feb 4, 2020
1 parent 321c9ba commit 2d0124f
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 @@ -37,6 +37,9 @@ public enum CheckConclusion

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

[Parameter(Value = "stale")]
Stale,
}

public enum CheckAnnotationLevel
Expand Down

0 comments on commit 2d0124f

Please sign in to comment.