Organize GitHub Actions workflows and remove auto-generated file clutter#43
Merged
Conversation
Contributor
There was a problem hiding this comment.
Hi @Copilot! 👋
Your private repo does not have access to Sourcery.
Please upgrade to continue using Sourcery ✨
Co-authored-by: Bryan-Roe <74067792+Bryan-Roe@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Organize workflows through GitHub Actions
Organize GitHub Actions workflows and remove auto-generated file clutter
Jan 19, 2026
Contributor
There was a problem hiding this comment.
Hi @Bryan-Roe! 👋
Your private repo does not have access to Sourcery.
Please upgrade to continue using Sourcery ✨
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses repository organization by removing 21 auto-generated training configuration files that were cluttering the root directory and adds comprehensive documentation for GitHub Actions workflows.
Changes:
- Removed 21 auto-generated
autotrain_autogen_*.yamlfiles from root directory - Added
.gitignorepattern to prevent future commits of auto-generated files - Created comprehensive workflow documentation in
.github/workflows/README.md - Added standardized header comment blocks to all 6 GitHub Actions workflows explaining their purpose, triggers, and jobs
Reviewed changes
Copilot reviewed 28 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
autotrain_autogen_*.yaml (21 files) |
Removed auto-generated training configs that were mistakenly committed to root |
.gitignore |
Added pattern autotrain_autogen_*.yaml to prevent future commits of auto-generated files |
.github/workflows/README.md |
Created comprehensive 117-line documentation organizing workflows by category with usage examples |
.github/workflows/aria-tests.yml |
Added header comment block documenting comprehensive Aria testing workflow |
.github/workflows/auto-validation.yml |
Added header comment block documenting orchestrator validation workflow |
.github/workflows/azureml-train.yml |
Added header comment block documenting Azure ML training workflow |
.github/workflows/ci-pipeline.yml |
Added header comment block documenting main CI pipeline workflow |
.github/workflows/e2e-tests.yml |
Added header comment block documenting quick regression testing workflow |
.github/workflows/quantum-orchestration.yml |
Added header comment block documenting quantum automation workflow |
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.
The repository root was cluttered with 21 auto-generated
autotrain_autogen_*.yamlfiles, and GitHub Actions workflows lacked documentation explaining their purpose and relationships.Changes
Cleanup:
autotrain_autogen_*.yamlpattern to.gitignoreto prevent future commitsDocumentation:
.github/workflows/README.md(117 lines) organizing workflows by category:ci-pipeline.ymlaria-tests.yml(comprehensive, path-filtered),e2e-tests.yml(fast, all changes)auto-validation.ymlazureml-train.yml,quantum-orchestration.ymlExample workflow header:
Impact
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.