From e9242a9d26cac2159d9ad14fad624fc40d7982ec Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Fri, 8 Sep 2023 09:15:56 +0100 Subject: [PATCH] docs: Add CODEOWNERS for markdown files To automatically request (and require, as per GitHub settings) reviews if a pull request modified any of these files. Signed-off-by: Patrick Roy --- .github/CODEOWNERS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..f51b8a41a43 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,19 @@ +# All markdown files +*.md @xmarcalx @kalyazin @pb8o @sudanl0 + +# But not the ones in docs/ +docs/*.md + +# Except these specific ones +docs/getting-started.md @xmarcalx @kalyazin @pb8o @sudanl0 +docs/prod-host-setup.md @xmarcalx @kalyazin @pb8o @sudanl0 + +# Also cover all "*policy*.md" documents +**/*policy*.md @xmarcalx @kalyazin @pb8o @sudanl0 +**/*POLICY*.md @xmarcalx @kalyazin @pb8o @sudanl0 + +# Also these non-md files in the repository root +THIRD_PARTY @xmarcalx @kalyazin @pb8o @sudanl0 +LICENSE @xmarcalx @kalyazin @pb8o @sudanl0 +NOTICE @xmarcalx @kalyazin @pb8o @sudanl0 +PGP-KEY.asc @xmarcalx @kalyazin @pb8o @sudanl0