Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
Comment thread
jozefizso marked this conversation as resolved.


# 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
Loading