added codeowners#2
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds a CODEOWNERS file to enable branch protections and rulesets for the repository. The file assigns global code ownership to two GitHub users for all files in the repository.
Changes:
- Added
.github/CODEOWNERSfile with global ownership pattern
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1 @@ | |||
| * @aiodintsov @yaodintsov | |||
There was a problem hiding this comment.
The username '@aiodintsov' appears potentially incorrect. The repository's FUNDING.yml file references 'yaodintsov' (line 3), and 'aiodintsov' is not found elsewhere in the codebase. These usernames are very similar and may indicate a typo. Please verify that '@aiodintsov' is the correct GitHub username. If this is indeed a typo and should be a different username, it should be corrected to ensure proper code ownership assignments.
| * @aiodintsov @yaodintsov | |
| * @yaodintsov |
Description
Motivation and Context
Adding codeowners file to enable branch protections and rulesets
Fixes #(issue)
Type of Change
How Has This Been Tested?
npm test)Test Configuration:
Checklist
npm run lint)Screenshots (if applicable)
Additional Notes