From 219766e4f92aa02ee2728332c342de0315920de9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:26:35 +0000 Subject: [PATCH 1/2] Initial plan From b987b7b431a09d40fe46ff25e676699c7a8adda4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:35:40 +0000 Subject: [PATCH 2/2] Update add command short description for clarity Change "from the components" to "from repositories" for clearer terminology. Use shorter, more concise phrasing as requested. Fixes issue: unclear terminology in add command help text Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/cli/add_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cli/add_command.go b/pkg/cli/add_command.go index 91515086339..33b2e797871 100644 --- a/pkg/cli/add_command.go +++ b/pkg/cli/add_command.go @@ -22,7 +22,7 @@ var addLog = logger.New("cli:add_command") func NewAddCommand(validateEngine func(string) error) *cobra.Command { cmd := &cobra.Command{ Use: "add ...", - Short: "Add one or more workflows from the components to .github/workflows", + Short: "Add workflows from repositories to .github/workflows", Long: `Add one or more workflows from repositories to .github/workflows. Examples: