diff options
| author | Dan Engelbrecht <[email protected]> | 2022-09-05 11:38:19 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-05 02:38:19 -0700 |
| commit | 3f3dd2a050241d0041dda0748441fee2af56a9bc (patch) | |
| tree | e578a5ffa75ac15d10d2c28170f278b67de871cc | |
| parent | Fix/safer html folder detection (#153) (diff) | |
| download | zen-3f3dd2a050241d0041dda0748441fee2af56a9bc.tar.xz zen-3f3dd2a050241d0041dda0748441fee2af56a9bc.zip | |
updated codeowners (#157)
| -rw-r--r-- | .github/CODEOWNERS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 694bf5157..df27f96a5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,13 @@ # the repo. Unless a later match takes precedence, # @global-owner1 and @global-owner2 will be requested for # review when someone opens a pull request. -* @p3rl @RaidIsNotABackup @bionicbeagle @DanEngelbrecht @mridgers @zousar +* @p3rl @bionicbeagle @DanEngelbrecht @zousar + +/.github/ @RaidIsNotABackup @DanEngelbrecht +/scripts/ @bionicbeagle @DanEngelbrecht @mridgers +/upstream-config-templates/ @RaidIsNotABackup @bionicbeagle @DanEngelbrecht @zousar + +*.lua @bionicbeagle @DanEngelbrecht @mridgers # Order is important; the last matching pattern takes the most # precedence. When someone opens a pull request that only |