Skip to content

Commit 1cd0bea

Browse files
chore: make workspace batch actions enabled by default (coder#9797)
1 parent fae8a47 commit 1cd0bea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codersdk/deployment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func (n FeatureName) AlwaysEnable() bool {
9292
FeatureMultipleGitAuth: true,
9393
FeatureExternalProvisionerDaemons: true,
9494
FeatureAppearance: true,
95+
FeatureWorkspaceBatchActions: true,
9596
}[n]
9697
}
9798

0 commit comments

Comments
 (0)