Skip to content

chore(ci): request review on auto-generated PRs - #330

Merged
demtario merged 1 commit into
masterfrom
chore/auto-pr-reviewers
Sep 9, 2026
Merged

chore(ci): request review on auto-generated PRs#330
demtario merged 1 commit into
masterfrom
chore/auto-pr-reviewers

Conversation

@demtario

@demtario demtario commented Sep 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Wire reviewers: ${{ vars.AUTO_PR_REVIEWERS }} into both peter-evans/create-pull-request steps (docs-bucket and starter-bucket import workflows) so the resulting PRs get a reviewer instead of going unwatched.
  • Reviewer roster lives in the AUTO_PR_REVIEWERS repo variable (comma-separated GitHub usernames), so it can be updated without a workflow edit.

Note: team-reviewers wasn't viable here — it needs org-read scope, which the default GITHUB_TOKEN these jobs use doesn't carry (would require a PAT/GitHub App token). Named-reviewer works fine with existing permissions as long as names are repo collaborators with write+ access.

Test plan

  • Confirm AUTO_PR_REVIEWERS repo variable is set (already done: demtario,qunabu)
  • Trigger either workflow (workflow_dispatch) and confirm the opened PR requests review from those users

🤖 Generated with Claude Code


Note

Low Risk
CI-only change to PR metadata; no runtime or application logic is affected.

Overview
Auto-generated PRs from the Import versioned docs examples and Import versioned starter examples workflows now request reviews via reviewers: ${{ vars.AUTO_PR_REVIEWERS }} on the peter-evans/create-pull-request step, so those chores don’t land without a named reviewer.

The roster is configured in the repo variable AUTO_PR_REVIEWERS (comma-separated GitHub usernames), so you can change who gets pinged without editing the workflows.

Reviewed by Cursor Bugbot for commit a6d33b7. Bugbot is set up for automated code reviews on this repo. Configure here.

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 <noreply@anthropic.com>
@demtario demtario self-assigned this Sep 9, 2026
@demtario
demtario merged commit 915e571 into master Sep 9, 2026
6 checks passed
@demtario
demtario deleted the chore/auto-pr-reviewers branch September 9, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant