sourcegraph/sourcegraph-public-snapshot

Add support for new GitHub check suite states

Open

#16,078 opened on Nov 23, 2020

 (5 comments) (0 reactions) (0 assignees)Go (1,374 forks)auto 404
batch-changesdebtgetting-changesets-mergedgood first issue

Repository metrics

Stars
 (10,290 stars)
PR merge metrics
 (PR metrics pending)

Description

GitHub added new states, so we should add them to the parsing function here: https://github.com/sourcegraph/sourcegraph/blob/main/enterprise/internal/batches/state/state.go#L335

// Schema Changes for 2020-02-05
// Enum value STALE was added to enum CheckConclusionState
// Enum value SKIPPED was added to enum CheckConclusionState

Contributor guide