From 5558f5936a94b4996ac4885aa8ee4366dfbdb5f5 Mon Sep 17 00:00:00 2001 From: Benjamin Borbe Date: Fri, 29 May 2026 22:11:22 +0200 Subject: [PATCH] chore: remove legacy .pr-reviewer.yaml Config now read from .maintainer.yaml (prReviewer.autoApprove) via shared lib/maintainerconfig. Completes the fleet migration off the legacy file. --- .pr-reviewer.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .pr-reviewer.yaml diff --git a/.pr-reviewer.yaml b/.pr-reviewer.yaml deleted file mode 100644 index a24fa0c..0000000 --- a/.pr-reviewer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# pr-reviewer config — controls how the bot (ben-s-pull-request-reviewer[bot]) posts reviews on this repo's PRs. -# -# Schema: -# autoApprove: bool (default false when this file is absent or the field is unset) -# -# When autoApprove is true: -# - verdict "approve" → posts as APPROVE (counts toward branch-protection reviewer gates) -# - verdict "request-changes" → posts as REQUEST_CHANGES (always) -# -# When autoApprove is false (or this file absent): -# - verdict "approve" → demoted to COMMENT with body prefix -# "auto-approve disabled for this repo, review submitted as comment" -# - verdict "request-changes" → posts as REQUEST_CHANGES (always) -# -# Branch-protection consideration: if this repo has branch protection requiring N approvals, -# the bot's APPROVE counts toward that N. Combine with required human reviewers if you want -# a human gate in addition to the bot. - -autoApprove: true