From 33001ccf80f6ec2ac43b74f5f41034ec6a12552b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:40:39 +0000 Subject: [PATCH] chore(ci): add CODEOWNERS file (#639) --- .github/CODEOWNERS | 3 +++ release-please-config.json | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) 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 f77d4d96..e0b2b761 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -59,9 +59,6 @@ "hidden": true } ], - "reviewers": [ - "@anthropics/sdk" - ], "release-type": "python", "extra-files": [ "src/anthropic/_version.py"