diff --git a/cmd/entire/cli/plugin_official.go b/cmd/entire/cli/plugin_official.go index e9fbd6bc6d..f9e0e361a0 100644 --- a/cmd/entire/cli/plugin_official.go +++ b/cmd/entire/cli/plugin_official.go @@ -11,7 +11,7 @@ import "slices" //nolint:gochecknoglobals // package-level allowlist; mutated by tests via snapshot/restore. var officialPlugins = []string{ // Add Entire-shipped plugin names here as they're released. - // e.g. "pgr" + "ci", // entire-ci: customer-facing CI-integration management (entireio/entire-ci) } func IsOfficialPlugin(name string) bool {