From 15f81ddbb7aed51a403106db150c61edf59ae16d Mon Sep 17 00:00:00 2001 From: BrunoQuaresma Date: Wed, 20 Sep 2023 16:58:26 +0000 Subject: [PATCH] chore: make workspace batch actions enabled by default --- codersdk/deployment.go | 1 + 1 file changed, 1 insertion(+) diff --git a/codersdk/deployment.go b/codersdk/deployment.go index 62aad64345088..a131fdf295812 100644 --- a/codersdk/deployment.go +++ b/codersdk/deployment.go @@ -92,6 +92,7 @@ func (n FeatureName) AlwaysEnable() bool { FeatureMultipleGitAuth: true, FeatureExternalProvisionerDaemons: true, FeatureAppearance: true, + FeatureWorkspaceBatchActions: true, }[n] }