-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Initialize es-metadata.yml for inventory #7504
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
@artl93 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: artl93 <[email protected]>
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 initializes inventory tracking for the repository by adding an es-metadata.yml
configuration file. The file establishes service ownership and routing information required for proper repository management.
- Adds schema version 0.0.1 with production flag set to false
- Configures accountable owners service GUID for ownership tracking
- Sets up default routing to DevDiv.NET Libraries area path
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7504 +/- ##
=======================================
Coverage 69.01% 69.01%
=======================================
Files 1482 1482
Lines 273999 273999
Branches 28258 28258
=======================================
+ Hits 189093 189103 +10
+ Misses 77520 77513 -7
+ Partials 7386 7383 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
This PR adds the required
es-metadata.yml
file to the root of the repository to initialize inventory metadata. The file contains the necessary configuration for service ownership and routing information as specified in the issue.The file includes:
This metadata file will enable proper inventory tracking and management for the repository.
Fixes #7503.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.