From b2bb34dd87195ab43875932d70728f9cd7a8259b Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 9 Apr 2026 10:39:19 -0400 Subject: [PATCH] ci: adds code-owners to help automate reviews 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 0000000..a09fc07 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @nuget/core-team