Skip to content

Commit 68dede0

Browse files
authored
Create CODEOWNERS (#1187)
1 parent af4ca42 commit 68dede0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence,
6+
# @global-owner1 and @global-owner2 will be requested for
7+
# review when someone opens a pull request.
8+
* @alek99 @tgberkeley
9+
10+
# In this example, @doctocat owns any files in the build/logs
11+
# directory at the root of the repository and any of its
12+
# subdirectories.
13+
/blog/ @tgberkeley
14+
/docs/ @alek99 @tgberkeley

0 commit comments

Comments
 (0)