Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/entire/cli/plugin_official.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading