diff options
author | 2021-12-10 16:52:40 +0000 | |
---|---|---|
committer | 2021-12-10 16:52:40 +0000 | |
commit | 9f748d1b48d6cdea6534473e23264a0a60713d43 (patch) | |
tree | 531c9d1bb6d7a051e1259074b96045c8024b9d7c | |
parent | Merge pull request #964 from python-discord/aoc-link (diff) | |
parent | Remove myself from the codeowners (diff) |
Merge pull request #977 from Akarys42/patch-1
-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 |