Skip to content

Commit

Permalink
Fix incorrect type in GithubAppPrebuildConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 committed Jan 20, 2022
1 parent 8c3e9a0 commit 14d02e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/gitpod-protocol/go/gitpod-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 14d02e6

Please sign in to comment.