From 0c17e7c225bdd26cefbda6c7691356ba61d47e8d Mon Sep 17 00:00:00 2001 From: Shadow Date: Tue, 10 Mar 2026 16:00:34 -0500 Subject: [PATCH] docs: document r: spam auto-close label --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 80443603c87..69b0df68faa 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -24,6 +24,7 @@ - `r: testflight`: close requests asking for TestFlight access/builds. OpenClaw does not provide TestFlight distribution yet, so use the standard response (“Not available, build from source.”) instead of ad-hoc replies. - `r: third-party-extension`: close with guidance to ship as third-party plugin. - `r: moltbook`: close + lock as off-topic (not affiliated). +- `r: spam`: close + lock as spam (`lock_reason: spam`). - `invalid`: close invalid items (issues are closed as `not_planned`; PRs are closed). - `dirty`: close PRs with too many unrelated/unexpected changes (PR-only label).