From 55b738d96a9b7c5a30a99528a862868ed78d6382 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 18 May 2026 02:58:21 +0200 Subject: [PATCH] chore(ci): remove obsolete sandcastle cutover note --- .github/workflows/sandcastle.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/sandcastle.yml b/.github/workflows/sandcastle.yml index 1c6d7c20..2d173f66 100644 --- a/.github/workflows/sandcastle.yml +++ b/.github/workflows/sandcastle.yml @@ -1,13 +1,3 @@ -# Cutover note (one-time, can be removed after the first post-rename run): -# The previous setup used label `sandcastle` and branch prefix `agent/issue`. -# Before the first run on the new naming, the operator MUST: -# 1. Rename the GitHub label: -# gh label edit sandcastle --name sandcastle-implement -# 2. Close or merge any open PR whose head branch starts with `agent/issue-`, -# since the new pattern `agent/--` does not match legacy branches -# and they are no longer recognised as covering an issue (which would -# otherwise produce duplicate PRs on the next nightly). - name: Sandcastle on: -- 2.43.0