From 14748755eeb316bd149f9ba0436be8a83621ba5b Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 23 Apr 2024 13:22:36 +0300 Subject: [PATCH] chore: remove team from generate docblock actions (#6953) --- .github/workflows/generate-docblocks.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/generate-docblocks.yml b/.github/workflows/generate-docblocks.yml index df3bd05397..be27f5169e 100644 --- a/.github/workflows/generate-docblocks.yml +++ b/.github/workflows/generate-docblocks.yml @@ -62,7 +62,6 @@ jobs: title: "chore(docs): Generated TSDocs" body: "This PR holds all generated TSDocs for the upcoming release." branch: "chore/generate-tsdocs" - team-reviewers: "@medusajs/docs" add-paths: packages/** generate-oas: name: Generated OAS PR @@ -114,5 +113,4 @@ jobs: title: "chore(docs): Generated OAS" body: "This PR holds all generated OAS for the upcoming release." branch: "chore/generate-oas" - team-reviewers: "@medusajs/docs" add-paths: docs-util/oas-output/** \ No newline at end of file