From 0237756878045f83898342290e3e15a07e76caa8 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Thu, 26 Mar 2026 14:55:26 -0400 Subject: [PATCH] change the bot reviewers to narrower list The reviewers had been chosen to match the CODEOWNERS and are who had been on the CC list for ages, but it is time to narrow the list. Since the PRs are now generated by a bot, direct them only at the primary maintainers of the tools involved and the primary maintainer of this repo. Doesn't keep someone else from approving, per CODEOWNERS, merely who we tag. Note that documents `reviewers` as: > A comma or newline-separated list of reviewers (GitHub usernames) to request a review from. --- .github/workflows/version-update.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version-update.yaml b/.github/workflows/version-update.yaml index 3ffba3a..f23ea6d 100644 --- a/.github/workflows/version-update.yaml +++ b/.github/workflows/version-update.yaml @@ -123,4 +123,7 @@ jobs: branch: auto/update-tool-versions base: main delete-branch: true - reviewers: ConnectEverything/Dev + reviewers: |-2 + philpennock + ripienaar + aricart