chore(workflows): auto-move non-workflow files out of .github/workflows - #168
Merged
Conversation
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 Bot
added a commit
that referenced
this pull request
Sep 10, 2026
Co-authored-by: Fig Agent <agent@fig.local>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Auto-moves 7 files that are not valid GitHub Actions workflows out of
.github/workflows/intoarchive/workflows-junk/, so the actions directory contains only real workflow YAML.Files moved (git mv — history preserved)
.github/workflows/ADD EXAMPLAE AGENTSarchive/workflows-junk/ADD-EXAMPLAE-AGENTS.md.github/workflows/Auto-Build-SVG.mdarchive/workflows-junk/Auto-Build-SVG.md.github/workflows/README.mdarchive/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.txtarchive/workflows-junk/name-Deploy-Static-Content-to-Pages.txt.github/workflows/🧪 Staging Workflow Examplearchive/workflows-junk/staging-workflow-example.md.github/workflows/vercel-deploymentarchive/workflows-junk/vercel-deployment.mdNotes
README.mdis untouched (the moved file was the separate notes file at.github/workflows/README.md).archive/workflows-junk/.archive/workflows-junk/README.mddocumenting each move..github/workflows/drops from 19 → 12 entries, all real YAML.Test
git diffshows pure renames (0 insertions / 0 deletions)..github/workflows/*.yml|*.yamlwere modified — no CI logic altered.