Skip to content

Commit 03fb383

Browse files
committed
codeowners file updates
Why these changes are being introduced: This commit updates the codeowners file to match github recommended best practices. Side effects of this change: None Changes to be committed: modified: .github/CODEOWNERS
1 parent 5557c88 commit 03fb383

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.github/CODEOWNERS

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
# CODEOWNERS file for mitlib-tf-workloads-ecr
1+
# CODEOWNERS file (from GitHub template at
2+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners)
3+
# Each line is a file pattern followed by one or more owners.
24

35
################################################################################
4-
# This repository is maintained by the MIT Libraries Infrastructure Team.
6+
# These owners will be the default owners for everything in the repo. Unless a
7+
# later match takes precedence, @cabutlermit will be requested for review when
8+
# someone opens a pull request.This is commented out in favor of using a team
9+
# as the default (see below). It is left here as a comment to indicate the
10+
# primary expert for this code.
11+
# * @cabutlermit
12+
13+
# Teams can be specified as code owners as well. Teams should be identified in
14+
# the format @org/team-name. Teams must have explicit write access to the
15+
# repository.
516
* @mitlibraries/infraeng-terraform-reviewers
617

7-
# There are no individual code owners for this repository.
18+
# We set the senior engineer in the team as the owner of the CODEOWNERS file as
19+
# a layer of protection for unauthorized changes.
20+
/.github/CODEOWNERS @cabutlermit

0 commit comments

Comments
 (0)