From 781d36fa6af13687dc96c1514ef28e69255ce210 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Tue, 2 Jul 2024 05:12:45 -0700 Subject: [PATCH] (maint) Add CODEOWNERS files This is an attempt to ensure that any changes to our dependencies, whether that is: * changes to NuGet packages through packages.config files * updates to custom assemblies which are not tracked through NuGet packages * updates to custom executables/assemblies which are added directly to the Chocolatey CLI Chocolatey Packages Are trakced and updated properly. By making these files/folder owned by the new @chocolatey-credits-reviewers group, it means that a member of that group will be flagged on any PR's that we raised that contain these files. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..61b1273293 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +packages.config @chocolatey/chocolatey-credits-reviewers +CREDITS.md @chocolatey/chocolatey-credits-reviewers +/src/chocolatey.resources/tools/ @chocolatey/chocolatey-credits-reviewers +/lib/ @chocolatey/chocolatey-credits-reviewers \ No newline at end of file