Merge pull request #47272 from rallytime/reg-windows-codeowners

Add windows tests and reg module/state to CODEOWNERS file for team-windows
This commit is contained in:
Nicole Thomas 2018-04-25 09:25:28 -04:00 committed by GitHub
commit 92e606251f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.github/CODEOWNERS vendored
View file

@ -67,4 +67,8 @@ salt/transport/* @saltstack/team-transport
salt/utils/zeromq.py @saltstack/team-transport
# Team Windows
salt/**/*win* @saltstack/team-windows
salt/*/*win* @saltstack/team-windows
salt/modules/reg.py @saltstack/team-windows
salt/states/reg.py @saltstack/team-windows
tests/*/*win* @saltstack/team-windows
tests/*/test_reg.py @saltstack/team-windows