-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a CODEOWNERS file to the BLOM repo (#494)
- Loading branch information
1 parent
c8d519a
commit bbffcd3
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# CODEOWNERS for NorESM-docs repository | ||
#====================================== | ||
# | ||
# People with write permissions for the repository can create or edit the CODEOWNERS | ||
# file and be listed as code owners. People with admin or owner permissions can require | ||
# that pull requests have to be approved by code owners before they can be merged. | ||
# | ||
# A CODEOWNERS file uses a pattern that follows most of the same rules used in gitignore files. | ||
# The pattern is followed by one or more GitHub usernames or team names using the standard | ||
# @username or @org/team-name format. Users and teams must have explicit write access to the | ||
# repository, even if the team's members already have access. | ||
|
||
# default owners | ||
* @matsbn @JorgSchwinger @jmaerz @TomasTorsvik | ||
|
||
|
||
# BLOM specific | ||
/phy/ @matsbn @milicak | ||
|
||
# iHAMOCC specific | ||
/hamocc/ @JorgSchwinger @jmaerz @TomasTorsvik |