diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ad9f9a82..1227adaa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,4 @@ +# This file is used to automatically assign reviewers to PRs +# For more information see: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + * @anthropics/sdk diff --git a/release-please-config.json b/release-please-config.json index a4f43dc2..85ab9ba8 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -61,9 +61,6 @@ "hidden": true } ], - "reviewers": [ - "@anthropics/sdk" - ], "release-type": "node", "extra-files": [ "src/version.ts",