From 7ac9719a124bd5875574bc844957fa95ccfbc5c8 Mon Sep 17 00:00:00 2001 From: njhale94 <142053021+njhale94@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:36:22 -0400 Subject: [PATCH] Change to verify smoke test org member gating Signed-off-by: njhale94 <142053021+njhale94@users.noreply.github.com> --- pkg/types/completion.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/types/completion.go b/pkg/types/completion.go index 7665a51f..bb58642d 100644 --- a/pkg/types/completion.go +++ b/pkg/types/completion.go @@ -104,6 +104,7 @@ func Text(text string) []ContentPart { } func (c CompletionMessage) String() string { + // Change to test smoke test workflow org membership gating buf := strings.Builder{} for i, content := range c.Content { if i > 0 {