Add stale check conclusion (#2080)

This commit is contained in:
Ben Emdon
2020-02-03 19:33:35 -05:00
committed by GitHub
parent 321c9ba575
commit 2d0124f8d8
+3
View File
@@ -37,6 +37,9 @@ namespace Octokit
[Parameter(Value = "skipped")]
Skipped,
[Parameter(Value = "stale")]
Stale,
}
public enum CheckAnnotationLevel