Skip to content

Commit

Permalink
Added CODEOWNERS file (predis#1181)
Browse files Browse the repository at this point in the history
* Added CODEOWNERS file

* Update CODEOWNERS

* Applied whole Redis commands path as @vladvildanov codeowner

* Set @predis/team as Redis commands codeowners

* Update CODEOWNERS

---------

Co-authored-by: Vladyslav Vildanov <[email protected]>
Co-authored-by: Till Krüss <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2023
1 parent 26c6252 commit 84844ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Default
* @tillkruss

# Redis commands
src/Command/Redis/* @predis/team @tillkruss

# Redis Stack
src/Command/Redis/Json/* @predis/team
src/Command/Redis/Search/* @predis/team
src/Command/Redis/TopK/* @predis/team
src/Command/Redis/TDigest/* @predis/team
src/Command/Redis/BloomFilter/* @predis/team
src/Command/Redis/CuckooFilter/* @predis/team
src/Command/Redis/CountMinSketch/* @predis/team

0 comments on commit 84844ac

Please sign in to comment.