diff options
| author | 2021-05-11 21:31:45 +0300 | |
|---|---|---|
| committer | 2021-05-11 21:32:33 +0300 | |
| commit | 8187ab2e7588171802fcbd0ffb7de726e584504d (patch) | |
| tree | d1776973248848a0d24fd9d1bea1ae91aa2339ed | |
| parent | Updates Usages Of Pipenv To Poetry (diff) | |
Updates Dependency Manager Files In CODEOWNERS
Updates Pipfile and pipenv lock file to poetry equivalents in
CODEOWNERS.
Signed-off-by: Hassan Abouelela <[email protected]>
| -rw-r--r-- | .github/CODEOWNERS | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1df05e990..6dfe7e859 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -35,7 +35,8 @@ Dockerfile                              @MarkKoz @Akarys42 @Den4200 @jb3  docker-compose.yml                      @MarkKoz @Akarys42 @Den4200 @jb3  # Tools -Pipfile*                                @Akarys42 +poetry.lock                             @Akarys42 +pyproject.toml                          @Akarys42  # Statistics  bot/async_stats.py                      @jb3  |