chore: add workspace actions entitlement and experiment (#7361)

* added workspace actions entitlement

* added workspace actions experiment
This commit is contained in:
Kira Pilot
2023-05-03 11:34:43 -07:00
committed by GitHub
parent 5961cf900d
commit 2e9310b203
7 changed files with 21 additions and 9 deletions

6
coderd/apidoc/docs.go generated
View File

@ -7400,10 +7400,12 @@ const docTemplate = `{
"codersdk.Experiment": {
"type": "string",
"enum": [
"moons"
"moons",
"workspace_actions"
],
"x-enum-varnames": [
"ExperimentMoons"
"ExperimentMoons",
"ExperimentWorkspaceActions"
]
},
"codersdk.Feature": {