fix: add missing cleanup status to VALID_STATUSES set

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Prateek 2026-02-13 18:18:41 +05:30
parent 4a804503b6
commit f6f5e24e3c
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ const VALID_STATUSES: ReadonlySet<string> = new Set([
"approved",
"mergeable",
"merged",
"cleanup",
"needs_input",
"stuck",
"errored",