Skip to content

Commit e899a4c

Browse files
jeanp413roboquat
authored andcommitted
Fix incorrect type in GithubAppPrebuildConfig
1 parent 4e2c57e commit e899a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gitpod-protocol/go/gitpod-service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,7 @@ type GithubAppConfig struct {
18051805
// GithubAppPrebuildConfig is the GithubAppPrebuildConfig message type
18061806
type GithubAppPrebuildConfig struct {
18071807
AddBadge bool `json:"addBadge,omitempty"`
1808-
AddCheck bool `json:"addCheck,omitempty"`
1808+
AddCheck interface{} `json:"addCheck,omitempty"`
18091809
AddComment bool `json:"addComment,omitempty"`
18101810
AddLabel interface{} `json:"addLabel,omitempty"`
18111811
Branches bool `json:"branches,omitempty"`

0 commit comments

Comments
 (0)