From: Jérôme Benoit Date: Mon, 18 May 2026 00:58:21 +0000 (+0200) Subject: chore(ci): remove obsolete sandcastle cutover note X-Git-Tag: cli@v4.8.0~28 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=55b738d96a9b7c5a30a99528a862868ed78d6382;p=e-mobility-charging-stations-simulator.git chore(ci): remove obsolete sandcastle cutover note --- 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: