From 7a5d76d5f7f9c7546721713081abba620473763a Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Thu, 9 Dec 2021 12:44:29 +0100 Subject: [PATCH] [REM] CODEOWNERS: rely on runbot's codeowners system --- .github/CODEOWNERS | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 31cc274ae9..0000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,11 +0,0 @@ -# All changes to technical files (build environment and Sphinx extensions) have to be approved -/extensions/ @odoo/doc-review -.gitignore @odoo/doc-review -commit_template.txt @odoo/doc-review -conf.py @odoo/doc-review -Makefile @odoo/doc-review -requirements.txt @odoo/doc-review - -# All changes to legal material have to be approved -/content/legal/ @odoo/legal -/content/legal.rst @odoo/legal