From e73f39cfa93b69b0d2772c4284486281634aae76 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 11 Apr 2024 11:16:11 -0700 Subject: [PATCH] reviewers Signed-off-by: Jess Frazelle --- .github/workflows/update-spec-for-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-spec-for-docs.yml b/.github/workflows/update-spec-for-docs.yml index 02c62b2aa..7188325db 100644 --- a/.github/workflows/update-spec-for-docs.yml +++ b/.github/workflows/update-spec-for-docs.yml @@ -67,9 +67,9 @@ jobs: gh pr create --title "Update lang spec docs for python" \ --body "Updating the generated docs for python" \ --head "$NEW_BRANCH" \ - --assignee jessfraz \ - --assignee irevdev \ - --assignee franknoirot \ + --reviewer jessfraz \ + --reviewer irevdev \ + --reviewer franknoirot \ --base main || true env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}