From 4276ca07c43c8b913cb614ed133843fb62480393 Mon Sep 17 00:00:00 2001 From: zyntromedia Date: Thu, 10 Sep 2026 03:10:18 +0000 Subject: [PATCH] chore(workflows): auto-move non-workflow files out of .github/workflows Move 7 note/doc files out of .github/workflows/ into archive/workflows-junk/ so the actions directory contains only real workflow YAML: - ADD EXAMPLAE AGENTS, Auto-Build-SVG.md, README.md - deploy.yml (Production), name Deploy Static Content to Pages.txt - emoji-named Staging Workflow Example, vercel-deployment Repo root README.md is untouched. Nothing deleted (all preserved in archive). Adds archive/workflows-junk/README.md documenting each move. --- .../workflows-junk/ADD-EXAMPLAE-AGENTS.md | 0 .../workflows-junk}/Auto-Build-SVG.md | 0 .../workflows-junk/README-workflows-notes.md | 0 archive/workflows-junk/README.md | 18 ++++++++++++++++++ .../workflows-junk/deploy-production.yml.txt | 0 .../name-Deploy-Static-Content-to-Pages.txt | 0 .../workflows-junk/staging-workflow-example.md | 0 .../workflows-junk/vercel-deployment.md | 0 8 files changed, 18 insertions(+) rename .github/workflows/ADD EXAMPLAE AGENTS => archive/workflows-junk/ADD-EXAMPLAE-AGENTS.md (100%) rename {.github/workflows => archive/workflows-junk}/Auto-Build-SVG.md (100%) rename .github/workflows/README.md => archive/workflows-junk/README-workflows-notes.md (100%) create mode 100644 archive/workflows-junk/README.md rename .github/workflows/deploy.yml (Production) => archive/workflows-junk/deploy-production.yml.txt (100%) rename .github/workflows/name Deploy Static Content to Pages.txt => archive/workflows-junk/name-Deploy-Static-Content-to-Pages.txt (100%) rename ".github/workflows/\360\237\247\252 Staging Workflow Example" => archive/workflows-junk/staging-workflow-example.md (100%) rename .github/workflows/vercel-deployment => archive/workflows-junk/vercel-deployment.md (100%) diff --git a/.github/workflows/ADD EXAMPLAE AGENTS b/archive/workflows-junk/ADD-EXAMPLAE-AGENTS.md similarity index 100% rename from .github/workflows/ADD EXAMPLAE AGENTS rename to archive/workflows-junk/ADD-EXAMPLAE-AGENTS.md diff --git a/.github/workflows/Auto-Build-SVG.md b/archive/workflows-junk/Auto-Build-SVG.md similarity index 100% rename from .github/workflows/Auto-Build-SVG.md rename to archive/workflows-junk/Auto-Build-SVG.md diff --git a/.github/workflows/README.md b/archive/workflows-junk/README-workflows-notes.md similarity index 100% rename from .github/workflows/README.md rename to archive/workflows-junk/README-workflows-notes.md diff --git a/archive/workflows-junk/README.md b/archive/workflows-junk/README.md new file mode 100644 index 0000000..f2508ed --- /dev/null +++ b/archive/workflows-junk/README.md @@ -0,0 +1,18 @@ +# Archived non-workflow files + +These files lived in `.github/workflows/` but are **not** valid GitHub Actions +workflows — they are notes, markdown explainers, and a couple of text files whose +names looked like workflow files. They were moved here so the actions directory +contains only real workflow YAML. + +| File | Was | Why moved | +|---|---|---| +| `ADD-EXAMPLAE-AGENTS.md` | `.github/workflows/ADD EXAMPLAE AGENTS` | Sample `AGENTS.md` content, no extension — not a workflow. | +| `Auto-Build-SVG.md` | `.github/workflows/Auto-Build-SVG.md` | Workflow-pattern notes in Markdown — not a workflow. | +| `README-workflows-notes.md` | `.github/workflows/README.md` | Copy-paste instructions text — not a workflow. (The repo root `README.md` is untouched.) | +| `deploy-production.yml.txt` | `.github/workflows/deploy.yml (Production)` | A workflow draft saved with `(Production)` in the name — invisible to Actions. | +| `name-Deploy-Static-Content-to-Pages.txt` | `.github/workflows/name Deploy Static Content to Pages.txt` | A workflow draft saved as `.txt` — invisible to Actions. | +| `staging-workflow-example.md` | `.github/workflows/🧪 Staging Workflow Example` | Example text, emoji name, no extension — not a workflow. | +| `vercel-deployment.md` | `.github/workflows/vercel-deployment` | Vercel CLI install notes, no extension — not a workflow. | + +Nothing was deleted — every file is preserved here verbatim. diff --git a/.github/workflows/deploy.yml (Production) b/archive/workflows-junk/deploy-production.yml.txt similarity index 100% rename from .github/workflows/deploy.yml (Production) rename to archive/workflows-junk/deploy-production.yml.txt diff --git a/.github/workflows/name Deploy Static Content to Pages.txt b/archive/workflows-junk/name-Deploy-Static-Content-to-Pages.txt similarity index 100% rename from .github/workflows/name Deploy Static Content to Pages.txt rename to archive/workflows-junk/name-Deploy-Static-Content-to-Pages.txt diff --git "a/.github/workflows/\360\237\247\252 Staging Workflow Example" b/archive/workflows-junk/staging-workflow-example.md similarity index 100% rename from ".github/workflows/\360\237\247\252 Staging Workflow Example" rename to archive/workflows-junk/staging-workflow-example.md diff --git a/.github/workflows/vercel-deployment b/archive/workflows-junk/vercel-deployment.md similarity index 100% rename from .github/workflows/vercel-deployment rename to archive/workflows-junk/vercel-deployment.md