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 }}