microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-copilot-code-review

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.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