From 7137be38e877afd41f27331c2808691c204dee69 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 5 Jul 2026 02:57:18 -0700 Subject: [PATCH] docs(maint): raise PR close batch limit (#100253) * docs(maint): raise PR close batch limit * docs(maint): raise PR close batch limit --- .agents/skills/openclaw-pr-maintainer/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/openclaw-pr-maintainer/SKILL.md b/.agents/skills/openclaw-pr-maintainer/SKILL.md index a9fb86ebaba0..dbf980319eda 100644 --- a/.agents/skills/openclaw-pr-maintainer/SKILL.md +++ b/.agents/skills/openclaw-pr-maintainer/SKILL.md @@ -313,5 +313,5 @@ gh search issues --repo openclaw/openclaw --match title,body --limit 50 \ ## Extra safety -- If a close or reopen action would affect more than 5 PRs, ask for explicit confirmation with the exact count and target query first. +- If a close or reopen action would affect more than 20 PRs, ask for explicit confirmation with the exact count and target query first. - `sync` means: if the tree is dirty, commit all changes with a sensible Conventional Commit message, then `git pull --rebase`, then `git push`. Stop if rebase conflicts cannot be resolved safely.