-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
17 lines (13 loc) · 1.14 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# For general information on CODEOWNERS files in GitHub see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# This file is required in the DGEC for GitHub Actions (see p.3 of https://doimspp.sharepoint.com/sites/ocio-DOI-GitHub-Enterprise/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2Focio%2DDOI%2DGitHub%2DEnterprise%2FShared%20Documents%2FGeneral%2FRules%20of%20Behavior%2FDGEC%20GitHub%20Actions%2Epdf&parent=%2Fsites%2Focio%2DDOI%2DGitHub%2DEnterprise%2FShared%20Documents%2FGeneral%2FRules%20of%20Behavior)
# Each line is a file pattern followed by one or more owners.
# Order is important; the last matching pattern takes the most
# precedence.
# The <maintainer> is the GitHub DGEC username of the reviewer.
# You can also use email addresses if you prefer. They'll be
# used to look up users just like we do for commit author
# emails.
#---- Codeowners
# Include at least one reviewer for the repository’s .github/workflows directory by adding the lines below (Uncomment them when using GitHub Actions)
# .github/* @mccrea-cobb
# .github/workflows/* @mccrea-cobb