From b73aaac32f00db953d5932f71139fd7fc3ae4b9a Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Tue, 24 Mar 2026 13:13:05 +0100 Subject: [PATCH] Add code owners --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..eda5ea6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# The Presentations Integrations team is the owner of the code +* @NetOfficeFw/team-presentations-desktop + +# We must list individual people who are required to review code +# so GitHub branch protection setting "Require approvals" works +# correctly with the list of reviewers on the pull request. +* @jozefizso @DominikPalo @m-kovac @filipbodor + + +# Protect system files +/.github/CODEOWNERS @NetOfficeFw/team-presentations-admins +/CODE_OF_CONDUCT.* @NetOfficeFw/team-presentations-admins +/LICENSE.* @NetOfficeFw/team-presentations-admins +/SECURITY.* @NetOfficeFw/team-presentations-admins