From 35c3931226daa75e1796e0ce153696cc39e3bf19 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Thu, 15 Aug 2024 19:40:15 +0000 Subject: [PATCH] chore(ci): add CODEOWNERS file --- .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 5346dd82..624ed99e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -59,9 +59,6 @@ "hidden": true } ], - "reviewers": [ - "@anthropics/sdk" - ], "release-type": "node", "extra-files": [ "src/version.ts",