chore: revert "chore: remove workspace_actions experiment (#10030)" (#10363)

This commit is contained in:
Jon Ayers
2023-10-20 13:21:53 -05:00
committed by GitHub
parent 57c9d88703
commit 1372bf82f5
20 changed files with 124 additions and 36 deletions

View File

@ -1973,6 +1973,9 @@ const (
// feature is not yet complete in functionality.
ExperimentMoons Experiment = "moons"
// https://github.com/coder/coder/milestone/19
ExperimentWorkspaceActions Experiment = "workspace_actions"
// ExperimentTailnetPGCoordinator enables the PGCoord in favor of the pubsub-
// only Coordinator
ExperimentTailnetPGCoordinator Experiment = "tailnet_pg_coordinator"