From 81316c0f076b17b4d1b3d92aa2c4534c763447e8 Mon Sep 17 00:00:00 2001 From: Lucy Bridges Date: Wed, 20 Nov 2024 14:55:40 +0000 Subject: [PATCH] Tweak Codespace retention warning We've removed the explicit policy that enforces the 30 day limit, which means that people can opt-out of auto-deletion on a per-Codespace basis. I don't expect this to happen very often and I don't think a warning box is the right place to explain how to do it, so I've avoided going into any detail here. --- .../how-to/add-github-codespaces-to-your-project/index.md | 2 +- .../how-to/use-github-codespaces-in-your-project/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/how-to/add-github-codespaces-to-your-project/index.md b/docs/getting-started/how-to/add-github-codespaces-to-your-project/index.md index 605be3c7..3f09e8af 100644 --- a/docs/getting-started/how-to/add-github-codespaces-to-your-project/index.md +++ b/docs/getting-started/how-to/add-github-codespaces-to-your-project/index.md @@ -1,7 +1,7 @@ This page describes how to add GitHub Codespaces to your project. !!! warning - Codespaces are automatically deleted after a period of inactivity and any changes not pushed to the GitHub repo will be lost. + By default, Codespaces are automatically deleted after a period of inactivity and any changes not pushed to the GitHub repo will be lost. For the `opensafely` organization, this period is 30 days. diff --git a/docs/getting-started/how-to/use-github-codespaces-in-your-project/index.md b/docs/getting-started/how-to/use-github-codespaces-in-your-project/index.md index 3c9dfa3f..41cc1250 100644 --- a/docs/getting-started/how-to/use-github-codespaces-in-your-project/index.md +++ b/docs/getting-started/how-to/use-github-codespaces-in-your-project/index.md @@ -1,7 +1,7 @@ This page explains how to work with OpenSAFELY projects using GitHub Codespaces. !!! warning - Codespaces are automatically deleted after a period of inactivity and any changes not pushed to the GitHub repo will be lost. + By default, Codespaces are automatically deleted after a period of inactivity and any changes not pushed to the GitHub repo will be lost. For the `opensafely` organization, this period is 30 days.