-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCODEOWNERS
22 lines (16 loc) · 902 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright (c) 2021 National Instruments
# Each line is a file pattern followed by one or more owners.
# More info: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners
# These owners will be the default owners for everything in the repo.
* @rajsite @jattasNI @fredvisser
# Owners of specific locations or file patterns in the repo. Locations are relative to the root of the repo.
# Order is important. The last matching pattern has the most precedence.
# Specs
/specs/* @rajsite @jattasNI @fredvisser @atmgrifter00
*.spec.md @rajsite @jattasNI @fredvisser @atmgrifter00
# Specific packages
/angular-workspace/projects/ni/nimble-angular/* @rajsite @atmgrifter00
/packages/beachball-lock-update/* @rajsite @jattasNI
/packages/nimble-blazor/* @atmgrifter00 @msmithNI
# Change files don't need explicit reviewers
/change/*