We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2c57e commit e899a4cCopy full SHA for e899a4c
components/gitpod-protocol/go/gitpod-service.go
@@ -1805,7 +1805,7 @@ type GithubAppConfig struct {
1805
// GithubAppPrebuildConfig is the GithubAppPrebuildConfig message type
1806
type GithubAppPrebuildConfig struct {
1807
AddBadge bool `json:"addBadge,omitempty"`
1808
- AddCheck bool `json:"addCheck,omitempty"`
+ AddCheck interface{} `json:"addCheck,omitempty"`
1809
AddComment bool `json:"addComment,omitempty"`
1810
AddLabel interface{} `json:"addLabel,omitempty"`
1811
Branches bool `json:"branches,omitempty"`
0 commit comments