-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
19 lines (15 loc) · 743 Bytes
/
CODEOWNERS
File metadata and controls
19 lines (15 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# CODEOWNERS file for PSScriptModule
# This file defines code ownership and review requirements for the repository
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owners for everything in the repo
# These owners will be requested for review when someone opens a pull request
* @marko-stanojevic
# Source code
/src/ @marko-stanojevic
/requirements.psd1 @marko-stanojevic
# Build and CI/CD
*.build.ps1 @marko-stanojevic
/.github/workflows/ @marko-stanojevic
/gitversion.yml @marko-stanojevic
# Tests
/tests/ @marko-stanojevic