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