Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit d82b45e

Browse files
authored
bug: add missing conclusion to CheckRunConclusion (#144)
For all possible valid valuse, see 'conclusion' section in https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28
1 parent 02dadcf commit d82b45e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/spotify/github/v3/checks/CheckRunConclusion.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ public enum CheckRunConclusion {
3232
failure,
3333
neutral,
3434
success,
35+
skipped,
3536
stale
3637
}

0 commit comments

Comments
 (0)