Skip to content

Commit

Permalink
(maint) Add CODEOWNERS files
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gep13 committed Jul 5, 2024
1 parent 4c407f3 commit 78783c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 78783c6

Please sign in to comment.