From 3a8580fb96f02ebadaae000a65a6727f25c165ca Mon Sep 17 00:00:00 2001 From: Corentin Smith Date: Tue, 5 May 2026 08:39:42 +0200 Subject: [PATCH] Clarify that PR actions are any valid Github PR actions --- skills/warden/references/config-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/warden/references/config-schema.md b/skills/warden/references/config-schema.md index 7a4500ae..f9865b87 100644 --- a/skills/warden/references/config-schema.md +++ b/skills/warden/references/config-schema.md @@ -99,7 +99,7 @@ fixBranchPrefix = "security-fix" # Branch name prefix All skills run locally regardless of trigger type. Skills with no triggers run everywhere (wildcard). Use `type = "local"` for skills that should *only* run locally. **Actions (for pull_request):** -- `opened`, `synchronize`, `reopened`, `closed` +- `opened`, `synchronize`, `ready_for_review`, `reopened`, `closed` or any valid GitHub `pull_request` webhook action ## Severity Values