microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
.github/CODEOWNERS
14lines · modecode
| 1 | # CODEOWNERS |
| 2 | # |
| 3 | # This file defines code ownership for the hve-core repository. |
| 4 | # Code owners are automatically requested for review when someone opens a pull request |
| 5 | # that modifies files they own. |
| 6 | # |
| 7 | # Syntax: <file-pattern> @owner1 @owner2 |
| 8 | # More info: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners |
| 9 | |
| 10 | # GitHub Actions |
| 11 | /.github/workflows/ @microsoft/edge-ai-core-dev |
| 12 | |
| 13 | # Automation Scripts |
| 14 | /scripts/security/ @microsoft/edge-ai-core-dev |
| 15 | |