-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
- Loading branch information
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
* @reta @anasalkouz @andrross @Bukhtawar @CEHENKLE @dblock @gbbafna @setiah @kartg @kotwanikunal @mch2 @nknize @owaiskazi19 @peternied @Rishikesh1159 @ryanbogan @saratvemulapalli @shwetathareja @dreamer-89 @tlfeng @VachaShah @dbwiddis @sachinpkale @sohami @msfroh | ||
# CODEOWNERS manages notifications, not PR approvals | ||
# For PR approvals see /.github/workflows/maintainer-approval.yml | ||
|
||
# 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 | ||
* @abbashus @adnapibar @anasalkouz @andrross @Bukhtawar @CEHENKLE @dblock @dbwiddis @dreamer-89 @gbbafna @kartg @kotwanikunal @mch2 @msfroh @nknize @owaiskazi19 @reta @Rishikesh1159 @ryanbogan @sachinpkale @saratvemulapalli @setiah @shwetathareja @sohami @tlfeng @VachaShah | ||
|
||
/modules/transport-netty4/ @peternied | ||
|
||
/plugins/identity-shiro/ @peternied | ||
|
||
/server/src/main/java/org/opensearch/extensions/ @peternied | ||
/server/src/main/java/org/opensearch/identity/ @peternied | ||
/server/src/main/java/org/opensearch/threadpool/ @peternied | ||
/server/src/main/java/org/opensearch/transport/ @peternied | ||
|
||
/.github/ @peternied | ||
|
||
/MAINTAINERS.md @abbashus @adnapibar @anasalkouz @andrross @Bukhtawar @CEHENKLE @dblock @dbwiddis @dreamer-89 @gbbafna @kartg @kotwanikunal @mch2 @msfroh @nknize @owaiskazi19 @peternied @reta @Rishikesh1159 @ryanbogan @sachinpkale @saratvemulapalli @setiah @shwetathareja @sohami @tlfeng @VachaShah |