From a6d33b7f743daddce71f2835c3607ba76b9c727a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20M=C4=99dryga=C5=82?= Date: Wed, 9 Sep 2026 12:20:18 +0200 Subject: [PATCH] chore(ci): request review on auto-generated PRs The docs-bucket and starter-bucket import workflows opened PRs with no reviewer, so they went unnoticed until someone happened to check open PRs manually. Reviewers now come from the AUTO_PR_REVIEWERS repo variable so the roster can change without touching the workflow files. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/import-docs.yml | 1 + .github/workflows/import-starters.yml | 1 + 2 files changed, 2 insertions(+) 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 }}