diff --git a/.github/workflows/import-docs.yml b/.github/workflows/import-docs.yml index e29b5cd74..1854ae1ff 100644 --- a/.github/workflows/import-docs.yml +++ b/.github/workflows/import-docs.yml @@ -181,3 +181,4 @@ jobs: The workflow imported the requested Handsontable documentation bucket(s) with concrete npm dependency versions. labels: automated + reviewers: ${{ vars.AUTO_PR_REVIEWERS }} diff --git a/.github/workflows/import-starters.yml b/.github/workflows/import-starters.yml index 32d998873..1bc9265ec 100644 --- a/.github/workflows/import-starters.yml +++ b/.github/workflows/import-starters.yml @@ -231,3 +231,4 @@ jobs: pinned to concrete npm Handsontable versions, then rebuilt the catalog index and the baked container contexts. labels: automated + reviewers: ${{ vars.AUTO_PR_REVIEWERS }}