From c34433fb6528fdd00d189ea0a3b177d95c7c7fa9 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:22 +0000 Subject: [PATCH] chore(ci): add CODEOWNERS file (#498) --- .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 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",