Skip to content

Conversation

@juliamuiruri4
Copy link
Contributor

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

Copy link
Contributor

Copilot AI left a 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 | [![Static Badge](https://img.shields.io/badge/Quest-I_want_to_build_an_AI_Agent-violet)](./06-build-agent/README.md) | Microsoft Foundry Agents Service |
| 07 | [![Static Badge](https://img.shields.io/badge/Quest-I_want_to_use_MCP_tools-cyan)](./07-use-mcp/README.md) | AI Toolkit Extension |
| 08 | [![Static Badge](https://img.shields.io/badge/Quest-I_want_to_automate_code_reviews-crimson)](./08-automate-code-reviews/README.md) | GitHub Models, GenAIScript |
| 09 | [![Static Badge](https://img.shields.io/badge/Quest-I_want_to_create_templates-pink)](./09-create-templates/README.md) | Azure Developer CLI (azd) |
Copy link

Copilot AI Nov 21, 2025

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.

Suggested change
| 09 | [![Static Badge](https://img.shields.io/badge/Quest-I_want_to_create_templates-pink)](./09-create-templates/README.md) | Azure Developer CLI (azd) |
| 09 | [![Static Badge](https://img.shields.io/badge/Quest-I_want_to_create_templates-pink)](./08-create-templates/README.md) | Azure Developer CLI (azd) |

Copilot uses AI. Check for mistakes.
@juliamuiruri4
Copy link
Contributor Author

@copilot I've fixed the name of the directory to 09-

Copy link

Copilot AI commented Nov 21, 2025

@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.

@juliamuiruri4 juliamuiruri4 merged commit 04104fd into main Nov 21, 2025
1 check passed
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.

2 participants