diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..c3d3ae4d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# This file is used to define code owners for the repository. +# Code owners are automatically requested for review when someone opens a pull request that modifies code they own. + +# Assign @qwerty541 as the owner for package.json and package-lock.json +package.json @qwerty541 +package-lock.json @qwerty541