Skip to content

chore(workflows): auto-move non-workflow files out of .github/workflows - #168

Merged
fig-ai-agent[bot] merged 1 commit into
mainfrom
workflows-junk-auto-move
Sep 10, 2026
Merged

chore(workflows): auto-move non-workflow files out of .github/workflows#168
fig-ai-agent[bot] merged 1 commit into
mainfrom
workflows-junk-auto-move

Conversation

@fig-ai-agent

@fig-ai-agent fig-ai-agent Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Auto-moves 7 files that are not valid GitHub Actions workflows out of .github/workflows/ into archive/workflows-junk/, so the actions directory contains only real workflow YAML.

Files moved (git mv — history preserved)

From To
.github/workflows/ADD EXAMPLAE AGENTS archive/workflows-junk/ADD-EXAMPLAE-AGENTS.md
.github/workflows/Auto-Build-SVG.md archive/workflows-junk/Auto-Build-SVG.md
.github/workflows/README.md archive/workflows-junk/README-workflows-notes.md
.github/workflows/deploy.yml (Production) archive/workflows-junk/deploy-production.yml.txt
.github/workflows/name Deploy Static Content to Pages.txt archive/workflows-junk/name-Deploy-Static-Content-to-Pages.txt
.github/workflows/🧪 Staging Workflow Example archive/workflows-junk/staging-workflow-example.md
.github/workflows/vercel-deployment archive/workflows-junk/vercel-deployment.md

Notes

  • Repo root README.md is untouched (the moved file was the separate notes file at .github/workflows/README.md).
  • Nothing deleted — all 7 files preserved verbatim in archive/workflows-junk/.
  • Adds archive/workflows-junk/README.md documenting each move.
  • .github/workflows/ drops from 19 → 12 entries, all real YAML.

Test

  • Each moved file inspected: all are notes/markdown/text drafts, none valid workflow YAML.
  • Verified git diff shows pure renames (0 insertions / 0 deletions).
  • No files under .github/workflows/*.yml|*.yaml were modified — no CI logic altered.

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.
@fig-ai-agent
fig-ai-agent Bot merged commit a32d8e9 into main Sep 10, 2026
5 of 10 checks passed
@fig-ai-agent
fig-ai-agent Bot deleted the workflows-junk-auto-move branch September 10, 2026 11:27
fig-ai-agent Bot added a commit that referenced this pull request Sep 10, 2026
Co-authored-by: Fig Agent <agent@fig.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant