Skip to content

Commit

Permalink
Create CODEOWNERS (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alek99 authored Jan 23, 2025
1 parent af4ca42 commit 68dede0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @alek99 @tgberkeley

# In this example, @doctocat owns any files in the build/logs
# directory at the root of the repository and any of its
# subdirectories.
/blog/ @tgberkeley
/docs/ @alek99 @tgberkeley

0 comments on commit 68dede0

Please sign in to comment.