diff --git a/components/gitpod-protocol/go/gitpod-service.go b/components/gitpod-protocol/go/gitpod-service.go index 7394af22abc87e..83eb4fe0505b51 100644 --- a/components/gitpod-protocol/go/gitpod-service.go +++ b/components/gitpod-protocol/go/gitpod-service.go @@ -1805,7 +1805,7 @@ type GithubAppConfig struct { // GithubAppPrebuildConfig is the GithubAppPrebuildConfig message type type GithubAppPrebuildConfig struct { AddBadge bool `json:"addBadge,omitempty"` - AddCheck bool `json:"addCheck,omitempty"` + AddCheck interface{} `json:"addCheck,omitempty"` AddComment bool `json:"addComment,omitempty"` AddLabel interface{} `json:"addLabel,omitempty"` Branches bool `json:"branches,omitempty"`