Skip to content

Commit

Permalink
Change GitHub CODEOWNERS to opensearch-project/opensearch-migrations
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <akurait@amazon.com>
  • Loading branch information
AndreKurait committed Feb 2, 2024
1 parent af612a3 commit d2987be
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# This should match the owning team set up in https://github.com/orgs/opensearch-project/teams
* @chelma @gregschohn @kartg @lewijacn @mikaylathompson @okhasawn @sumobrian
# CODEOWNERS manages notifications, not PR approvals

# Files have a single rule applied, the last match decides the owner
# If you would like to more specifically apply ownership, include existing owner in new sub fields

# To verify changes of CODEOWNERS file
# In VSCode
# 1. Install extension https://marketplace.visualstudio.com/items?itemName=jasonnutter.vscode-codeowners
# 2. Go to a file
# 3. Use the command palette to run the CODEOWNERS: Show owners of current file command, which will display all code owners for the current file.

# Default ownership for all repo files
* @opensearch-project/opensearch-migrations

0 comments on commit d2987be

Please sign in to comment.