From 4760a8bb4967b748b54954f0d2253801eff0a510 Mon Sep 17 00:00:00 2001 From: Patryk Dobrowolski Date: Mon, 28 Oct 2024 15:11:10 +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..955ee331345f 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 ad slack groups and channels names. // It holds information if automerge notification is enabled. type Alias struct { ComGithubAliasname string `yaml:"com.github.aliasname,omitempty"`