From 196f32ea1ae6808af23301fe773c654b9fad3221 Mon Sep 17 00:00:00 2001 From: Nuno Sousa Date: Thu, 2 Jul 2026 16:14:23 +0100 Subject: [PATCH] Drop the internal repo name from the merge-export workflow comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The public export's internal-term scan flags "cio-cli" in this comment. Reword to "Upstream merges" — same meaning, no internal repo name in the public repo. Co-Authored-By: Claude Opus 4.8 --- .github/workflows/merge-export.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-export.yml b/.github/workflows/merge-export.yml index b1f2da9..ed9c7a6 100644 --- a/.github/workflows/merge-export.yml +++ b/.github/workflows/merge-export.yml @@ -2,7 +2,7 @@ name: Merge public export PR # Merges the Copybara-generated public-export PR into `main` on demand. # -# This is a MANUAL step (workflow_dispatch). Merges to cio-cli keep refreshing +# This is a MANUAL step (workflow_dispatch). Upstream merges keep refreshing # the `copybara/public-export` PR (changes accumulate); a human triggers this # workflow when ready to push the accumulated export through to public `main`, # then triggers the release workflow separately.