diff options
author | 2021-12-10 13:47:17 +0100 | |
---|---|---|
committer | 2021-12-10 13:47:17 +0100 | |
commit | 61e264bb39be551b4c5d083206df0bc2b09d1c10 (patch) | |
tree | 531c9d1bb6d7a051e1259074b96045c8024b9d7c /.github | |
parent | Merge pull request #964 from python-discord/aoc-link (diff) |
Remove myself from the codeowners
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cffe15d5..d164ad04 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,10 +4,6 @@ bot/exts/events/hacktoberfest/** @ks129 bot/exts/holidays/halloween/** @ks129 # CI & Docker -.github/workflows/** @Akarys42 @SebastiaanZ @Den4200 -Dockerfile @Akarys42 @Den4200 -docker-compose.yml @Akarys42 @Den4200 - -# Tools -poetry.lock @Akarys42 -pyproject.toml @Akarys42 +.github/workflows/** @SebastiaanZ @Den4200 +Dockerfile @Den4200 +docker-compose.yml @Den4200 |