Skip to content

Commit

Permalink
Add CODEOWNERS file with entry for docs directory (#25959)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Adds [CODEOWNERS
file](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners)
with entry for docs directory so I am automatically added as a reviewer
to docs PRs.

## How I Tested These Changes

N/A

## Changelog

Adds CODEOWNERS file with entry for docs directory so @neverett is
automatically added as a reviewer to docs PRs.

---------

Signed-off-by: nikki everett <nikki@dagsterlabs.com>
  • Loading branch information
neverett authored Nov 15, 2024
1 parent 7af65e8 commit 8c6422a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Automatically request docs team for docs PR review
/docs/ @neverett

0 comments on commit 8c6422a

Please sign in to comment.