Skip to content

Commit

Permalink
Add a CODEOWNERS file to the BLOM repo (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik authored Feb 14, 2025
1 parent c8d519a commit bbffcd3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/CODEOWNERS
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

0 comments on commit bbffcd3

Please sign in to comment.