Skip to content

Commit 89a41c7

Browse files
committed
[Backport 2.x] Personalize code ownership areas (opensearch-project#11600)
Signed-off-by: Peter Nied <petern@amazon.com>
1 parent 79eba99 commit 89a41c7

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

.github/CODEOWNERS

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
* @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
1+
# CODEOWNERS manages notifications, not PR approvals
2+
# For PR approvals see /.github/workflows/maintainer-approval.yml
3+
4+
# Files have a single rule applied, the last match decides the owner
5+
# If you would like to more specifically apply ownership, include existing owner in new sub fields
6+
7+
# To verify changes of CODEOWNERS file
8+
# In VSCode
9+
# 1. Install extension https://marketplace.visualstudio.com/items?itemName=jasonnutter.vscode-codeowners
10+
# 2. Go to a file
11+
# 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.
12+
13+
# Default ownership for all repo files
14+
* @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
15+
16+
/modules/transport-netty4/ @peternied
17+
18+
/plugins/identity-shiro/ @peternied
19+
20+
/server/src/main/java/org/opensearch/extensions/ @peternied
21+
/server/src/main/java/org/opensearch/identity/ @peternied
22+
/server/src/main/java/org/opensearch/threadpool/ @peternied
23+
/server/src/main/java/org/opensearch/transport/ @peternied
24+
25+
/.github/ @peternied
26+
27+
/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

0 commit comments

Comments
 (0)