diff --git a/pkg/types/types.go b/pkg/types/types.go index 6926a1f5409b..1bb53b0d52aa 100644 --- a/pkg/types/types.go +++ b/pkg/types/types.go @@ -14,7 +14,7 @@ type User struct { AutomergeNotifications bool `yaml:"automerge.notification,omitempty"` } -// Alias holds mapping between owners file alias and slack groups and channels names. +// Alias holds mapping between owners file alias and lack groups and channels names. // It holds information if automerge notification is enabled. type Alias struct { ComGithubAliasname string `yaml:"com.github.aliasname,omitempty"`