Skip to content

Commit 60a8c21

Browse files
mattdhollowaySamMorrowDrums
authored andcommitted
remove old flags
1 parent 0caa265 commit 60a8c21

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

pkg/github/actions.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ const (
2626
DescriptionRepositoryName = "Repository name"
2727
)
2828

29-
// FeatureFlagConsolidatedActions is the legacy feature flag (deprecated, no longer used).
30-
// Kept for documentation purposes only.
31-
const FeatureFlagConsolidatedActions = "remote_mcp_consolidated_actions"
32-
3329
// FeatureFlagHoldbackConsolidatedActions is the feature flag that, when enabled, reverts to
3430
// individual actions tools instead of the consolidated actions tools.
3531
const FeatureFlagHoldbackConsolidatedActions = "mcp_holdback_consolidated_actions"

pkg/github/projects.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ const (
2727
MaxProjectsPerPage = 50
2828
)
2929

30-
// FeatureFlagConsolidatedProjects is the legacy feature flag (deprecated, no longer used).
31-
// Kept for documentation purposes only.
32-
const FeatureFlagConsolidatedProjects = "remote_mcp_consolidated_projects"
33-
3430
// FeatureFlagHoldbackConsolidatedProjects is the feature flag that, when enabled, reverts to
3531
// individual project tools instead of the consolidated project tools.
3632
const FeatureFlagHoldbackConsolidatedProjects = "mcp_holdback_consolidated_projects"

0 commit comments

Comments
 (0)