From 55f560a93458a7bda157458b4297583ac79949d4 Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Thu, 14 May 2026 00:51:58 -0700 Subject: [PATCH] docs: document test pull request validation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3bbb54405..f9704ddb5d 100644 --- a/README.md +++ b/README.md @@ -173,3 +173,4 @@ Service deploy/build/reseal workflows use the typed scripts under `packages/scri - Use `mise` when a workflow requires a pinned tool major such as `helm@3`. - Generated artifacts and lockfiles are maintained through their owning generators and package managers. - For infra changes, default to GitOps under `argocd/` and let Argo CD apply the desired state. +- Docs-only pull requests can be used to validate repository PR automation without changing runtime behavior.