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

Commit a74e30c

Browse files
authored
extend CheckRunStatus values (#263)
1 parent bcb1900 commit a74e30c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
public enum CheckRunStatus {
2525
queued,
2626
in_progress,
27-
completed
27+
completed,
28+
pending
2829
}

0 commit comments

Comments
 (0)