Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions pkg/github/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ const (
DescriptionRepositoryName = "Repository name"
)

// FeatureFlagConsolidatedActions is the legacy feature flag (deprecated, no longer used).
// Kept for documentation purposes only.
const FeatureFlagConsolidatedActions = "remote_mcp_consolidated_actions"

// FeatureFlagHoldbackConsolidatedActions is the feature flag that, when enabled, reverts to
// individual actions tools instead of the consolidated actions tools.
const FeatureFlagHoldbackConsolidatedActions = "mcp_holdback_consolidated_actions"
Expand Down
4 changes: 0 additions & 4 deletions pkg/github/projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ const (
MaxProjectsPerPage = 50
)

// FeatureFlagConsolidatedProjects is the legacy feature flag (deprecated, no longer used).
// Kept for documentation purposes only.
const FeatureFlagConsolidatedProjects = "remote_mcp_consolidated_projects"

// FeatureFlagHoldbackConsolidatedProjects is the feature flag that, when enabled, reverts to
// individual project tools instead of the consolidated project tools.
const FeatureFlagHoldbackConsolidatedProjects = "mcp_holdback_consolidated_projects"
Expand Down
Loading