diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1227ada --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +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 5391ba3..a38198e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -59,9 +59,6 @@ "hidden": true } ], - "reviewers": [ - "@anthropics/sdk" - ], "release-type": "go", "extra-files": [ "internal/version.go",