-
Notifications
You must be signed in to change notification settings - Fork 26
Sample restructure to remove automatic navigation using GitHub Actions #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR restructures the JS AI Build-a-thon repository by removing the automated quest workflow system that used GitHub Actions to track learner progress. The changes streamline the learning experience into a self-paced format and rebrand the project from "Azure AI Foundry" to "Microsoft Foundry" throughout the documentation.
Key changes include:
- Removal of all GitHub Actions workflow automation (quest tracking, progress updates, and auto-navigation)
- Rebranding from "Azure AI Foundry" to "Microsoft Foundry" across quest documentation
- Updated LICENSE from GitHub copyright to Microsoft Corporation copyright
- Simplified quest READMEs by removing automation-related instructions and callouts
Reviewed Changes
Copilot reviewed 26 out of 28 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Restructured main documentation to present quests as a self-serve table, removed automated quest selection instructions, rebranded to Microsoft Foundry |
| LICENSE | Updated copyright holder from GitHub, Inc. to Microsoft Corporation and reformatted |
| .gitignore | Removed entire .gitignore file (404 lines of Visual Studio/development patterns) |
| .DS_Store | Added macOS system file (binary) to repository |
| 01-local-genai-prototype/README.md | Removed automation callouts and "Reset Progress" buttons; minor wording change on line 135 |
| 02-local-to-azure/README.md | Removed automation instructions and rebranded from "Azure AI Foundry" to "Microsoft Foundry" |
| 03-add-chat-interface/README.md | Removed quest checklist and automated progress tracking instructions |
| 04-rag-integration/README.md | Removed automation instructions and git pull reminders |
| 05-explore-frameworks/README.md | Removed quest checklist and navigation buttons |
| 06-build-agent/README.md | Rebranded to "Microsoft Foundry" and removed automation sections |
| 07-use-mcp/README.md | Removed quest completion checklist and reset buttons |
| 08-automate-code-reviews/README.md | Removed quest checklist and automated progress instructions |
| 08-create-templates/README.md | Removed "Reset Progress" and "Skip" buttons |
| .github/workflows/*.yml | Deleted all 11 workflow files that handled quest automation |
| .github/steps/*.md | Removed welcome and finish step markdown files |
| .github/steps/-step.txt | Deleted step tracking file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | 06 | [](./06-build-agent/README.md) | Microsoft Foundry Agents Service | | ||
| | 07 | [](./07-use-mcp/README.md) | AI Toolkit Extension | | ||
| | 08 | [](./08-automate-code-reviews/README.md) | GitHub Models, GenAIScript | | ||
| | 09 | [](./09-create-templates/README.md) | Azure Developer CLI (azd) | |
Copilot
AI
Nov 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link path ./09-create-templates/README.md is incorrect. The actual directory is named 08-create-templates/, so the link should be ./08-create-templates/README.md.
| | 09 | [](./09-create-templates/README.md) | Azure Developer CLI (azd) | | |
| | 09 | [](./08-create-templates/README.md) | Azure Developer CLI (azd) | |
|
@copilot I've fixed the name of the directory to 09- |
|
@juliamuiruri4 I've opened a new pull request, #81, to work on those changes. Once the pull request is ready, I'll request review from you. |
This pull request removes all files related to the step-based quest workflow system for the JS AI Build-a-thon. This includes the markdown instructions, workflow automation YAML files, and the step tracking file. The removal effectively disables the automated progression and quest selection features in the repository.
Removed workflow automation and quest system