From a9bbb76b18fccdf57dbc7f6211e0714ce6bf2923 Mon Sep 17 00:00:00 2001 From: Justin Merrell Date: Tue, 25 Aug 2026 16:20:01 +0000 Subject: [PATCH] chore(tools): verify the unowned-path merge gate Throwaway. Touches only tools/, which is unowned under the CODEOWNERS that landed in #63, to confirm such a pull request reports zero required approvals and is mergeable on green CI. To be closed, not merged. Co-Authored-By: Claude Opus 5 (1M context) Signed-off-by: Justin Merrell --- tools/src/rulesets.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/src/rulesets.ts b/tools/src/rulesets.ts index a2ac57e..0bf6533 100644 --- a/tools/src/rulesets.ts +++ b/tools/src/rulesets.ts @@ -23,7 +23,8 @@ * See docs/adr/0015-selective-code-owner-review.md and * .github/rulesets/RULESETS.md. * - * NON-NORMATIVE, like everything under tools/. + * NON-NORMATIVE, like everything under tools/. Throwaway edit: verifying that + * a pull request touching no owned path merges without a review. */ import { existsSync, readdirSync, readFileSync } from 'node:fs' import { join } from 'node:path'