microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
66281e05801fe40f17d18b3f14790effde4e8c04

Branches

Tags

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

Clone

HTTPS

Download ZIP

.github/CODEOWNERS

33lines · modecode

1# File containing policy for file ownership
2
3# Reviewers for all files in the repository
4* @microsoft/openvmm-reviewers
5
6# Any CI changes require special approval
7/ci/ @microsoft/openvmm-ci-reviewers
8/.github/CODEOWNERS @microsoft/openvmm-maintainers
9/.github/labeler.yml @microsoft/openvmm-ci-reviewers
10/.github/scripts/ @microsoft/openvmm-ci-reviewers
11/.github/workflows/ @microsoft/openvmm-ci-reviewers
12
13# Areas with specific maintainers. In some cases, general maintainers can also approve.
14
15# VTL2 settings is an API consumed by various partner teams. VTL2 Settings
16# approvers evaluate for consistency and to help ensure no breaking changes
17/vm/devices/get/underhill_config/* @microsoft/openvmm-vtl2-settings-approvers
18
19# Vmbus
20/vm/devices/vmbus/ @microsoft/openvmm-reviewers @microsoft/openvmm-vmbus
21
22# Storage
23/vm/devices/storage @microsoft/openvmm-reviewers @microsoft/openvmm-storage
24
25# Cargo dependencies — external dependency changes in Cargo.lock are reviewed
26# by the dep-review GitHub Actions workflow (dep-review.yml) rather than via
27# CODEOWNERS, so that internal-only lockfile changes don't require a dependency
28# reviewer. See .github/workflows/dep-review.yml for details.
29#
30# Changes to the dep-review infrastructure itself require both CI and dependency reviewer approval.
31/.github/scripts/dep-review* @microsoft/openvmm-ci-reviewers @microsoft/openvmm-dependency-reviewers
32/.github/workflows/dep-review* @microsoft/openvmm-ci-reviewers @microsoft/openvmm-dependency-reviewers
33/.github/dep-policy.json @microsoft/openvmm-ci-reviewers @microsoft/openvmm-dependency-reviewers
34