From c993556b991cb27869c5f8664760f5f73866a415 Mon Sep 17 00:00:00 2001 From: Florent Biville Date: Tue, 9 Jan 2024 11:42:19 +0100 Subject: [PATCH] Add missing CODEOWNERS and harden .github path The whole idea of "hardening" the .github path is to prevent large teams to have access to that path. Instead, only a subset of that team must be allowed that. In our case, we're a team of 3 at Neo4j, so listing us 3 should be fine, even if the team grows beyond that. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..da3c1555 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +* @neo4j-contrib/team-connectors + +/.github/ @ali-ince @fbiville @venikkin