chore: remove the archived docgen folder#755
Open
Ragini-Microsoft wants to merge 1 commit intomainfrom
Open
Conversation
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.
Purpose
This pull request removes a large number of configuration and automation files from the
archive-doc-genproject. These deletions primarily affect CI/CD pipelines, devcontainer setup, code quality enforcement, issue/PR templates, release automation, and repository ownership settings. The changes will significantly reduce automated workflows and developer tooling in the repository.The most important changes are:
CI/CD and Automation Removal:
azure-dev.yml), GitHub Actions workflows for template validation, broken link checking, release creation, and scheduled Dependabot PRs auto-merge, effectively disabling automated validation, deployment, release, and dependency management workflows. [1] [2] [3] [4] [5]Developer Environment and Code Quality:
devcontainer.json,setup_env.sh), which disables the pre-configured development environment and related setup scripts. Also removed.flake8, which disables Python linting configuration. [1] [2] [3]Repository Management and Templates:
CODEOWNERS,.gitattributes, issue templates (bug report, feature request, subtask), pull request template, and Dependabot configuration, which will impact contributor assignment, code formatting, and standardized issue/PR tracking. [1] [2] [3] [4] [5] [6] [7]Does this introduce a breaking change?