Skip to content

fix: Down merge to dev from main - Enhance documentation and clean up Azure configuration - #1034

Merged
Avijit-Microsoft merged 5 commits into
devfrom
main
Aug 3, 2026
Merged

fix: Down merge to dev from main - Enhance documentation and clean up Azure configuration#1034
Avijit-Microsoft merged 5 commits into
devfrom
main

Conversation

@Pavan-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

This pull request removes the GitHub Actions workflow for creating releases and adds a new .env file for Azure configuration in the infra/vscode_web directory. The main changes are grouped below:

CI/CD Workflow Removal:

  • Deleted the .github/workflows/create-release.yml file, which previously automated the release creation process using semantic-release on pushes to the main branch and on manual dispatch.

Azure Environment Configuration:

  • Added a new .env file in infra/vscode_web with placeholders for Azure agent, environment, subscription, and project details to support Azure deployments.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 removes the GitHub Actions workflow that automated GitHub release creation and introduces a VS Code Web template .env file intended to capture Azure deployment/configuration placeholders.

Changes:

  • Deleted .github/workflows/create-release.yml (semantic-release-based release automation).
  • Added infra/vscode_web/.env with placeholder Azure environment/subscription/project values for the VS Code Web experience.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
infra/vscode_web/.env Adds a template env file for VS Code Web / Azure configuration placeholders.
.github/workflows/create-release.yml Removes automated GitHub release creation workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread infra/vscode_web/.env
Comment thread infra/vscode_web/.env
@Avijit-Microsoft
Avijit-Microsoft merged commit 5723d9e into dev Aug 3, 2026
5 of 8 checks 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.

4 participants