From 1fa6d4db38f66f38c465cc62db1e8d7fa73ad0de Mon Sep 17 00:00:00 2001 From: Patryk Dobrowolski Date: Mon, 28 Oct 2024 15:13:24 +0100 Subject: [PATCH] test --- pkg/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/types/types.go b/pkg/types/types.go index 6926a1f5409b..a3095ecab1f0 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 slack grous and channels names. // It holds information if automerge notification is enabled. type Alias struct { ComGithubAliasname string `yaml:"com.github.aliasname,omitempty"`