chore(codeowners): add missing directory paths#256
Open
WilliamBerryiii wants to merge 1 commit intomainfrom
Open
chore(codeowners): add missing directory paths#256WilliamBerryiii wants to merge 1 commit intomainfrom
WilliamBerryiii wants to merge 1 commit intomainfrom
Conversation
- Add /deploy/ under CI/CD pipelines - Add /.azuredevops/ under CI/CD pipelines - Add /project-adrs/ under Documentation - Add /.vscode/ under Development environment - Add /assets/ under Static assets 📋 - Generated by Copilot
Contributor
There was a problem hiding this comment.
Pull request overview
Updates repository ownership rules so the core team is explicitly requested for review on changes to additional CI/CD, tooling, and documentation directories.
Changes:
- Add CODEOWNERS entries for
.azuredevops/anddeploy/(CI/CD-related content). - Add CODEOWNERS entries for
project-adrs/,.vscode/, andassets/.
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.
Description
Added five missing directory paths to CODEOWNERS, ensuring
@microsoft/edge-ai-core-devis automatically requested for reviews when changes touch these previously unowned directories. The change was purely additive — no existing paths were removed or reordered.The additions filled coverage gaps across four sections:
/.azuredevops/and/deploy/alongside existing/.azdo/and/azure-pipelines.ymlentries./project-adrs/after the existing/learning/entry./.vscode/after the existing/.devcontainer/entry./assets/.All five paths were assigned to
@microsoft/edge-ai-core-dev, consistent with every other entry in the file.Related Issue
Related to #135
Type of Change
Implementation Details
Added five directory paths to .github/CODEOWNERS in a single commit (
179f18cd6), organized within the file's existing sectioned-comment convention:/.azuredevops/and/deploy/under the CI/CD pipelines comment block./project-adrs/under the Documentation comment block./.vscode/under the Development environment comment block.# Static assetscomment header and added/assets/beneath it.All entries use leading-slash root-relative format, matching the established pattern throughout the file.
Testing Performed
Manual validation confirmed all five paths are present and correctly placed in the file, following the repository's sectioned-comment convention and root-relative path format.
Validation Steps
/.azuredevops/).@microsoft/edge-ai-core-dev.# Static assetssection header follows the existing comment convention.Checklist
terraform fmton all Terraform codeterraform validateon all Terraform codeaz bicep formaton all Bicep codeaz bicep buildto validate all Bicep codemega-linter-runner)Additional Notes
This change is purely additive to .github/CODEOWNERS — no Terraform, Bicep, or application code was modified. The Terraform, Bicep, and MegaLinter checklist items are not applicable to this change.
Screenshots (if applicable)
Not applicable.