Skip to content

chore: remove alpha tags from wsactions scheduling features #11654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
<FormSection
title="Failure Cleanup"
description="When enabled, Coder will attempt to stop workspaces that are in a failed state after a specified number of days."
alpha
>
<FormFields>
<FormControlLabel
Expand Down Expand Up @@ -597,7 +596,6 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
<FormSection
title="Dormancy Threshold"
description="When enabled, Coder will mark workspaces as dormant after a period of time with no connections. Dormant workspaces can be auto-deleted (see below) or manually reviewed by the workspace owner or admins."
alpha
>
<FormFields>
<FormControlLabel
Expand Down Expand Up @@ -631,7 +629,6 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
<FormSection
title="Dormancy Auto-Deletion"
description="When enabled, Coder will permanently delete dormant workspaces after a period of time. Once a workspace is deleted it cannot be recovered."
alpha
>
<FormFields>
<FormControlLabel
Expand Down