From 58f275e115cc452e27eceed33b03a7465784f85e Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Fri, 11 Apr 2025 10:39:24 +0200 Subject: [PATCH] Add CODEOWNERS file (#5973) With the new code ownership initiative, we're required to have ownership for all files in the repository. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..c6511fd500 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @mongodb/dbx-ruby