fix: add missing cleanup status to VALID_STATUSES set
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4a804503b6
commit
f6f5e24e3c
|
|
@ -71,6 +71,7 @@ const VALID_STATUSES: ReadonlySet<string> = new Set([
|
|||
"approved",
|
||||
"mergeable",
|
||||
"merged",
|
||||
"cleanup",
|
||||
"needs_input",
|
||||
"stuck",
|
||||
"errored",
|
||||
|
|
|
|||
Loading…
Reference in New Issue