fix: split case pattern so smoke test recognises ci_exhausted labels (#185)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
051ff39144
commit
47eccdb8ae
1 changed files with 2 additions and 1 deletions
|
|
@ -386,7 +386,8 @@ check_project() {
|
|||
|
||||
# Only triage ci_exhausted entries (from dev-agent or dev-poll)
|
||||
case "$_esc_reason" in
|
||||
ci_exhausted|ci_exhausted_poll) ;;
|
||||
ci_exhausted) ;;
|
||||
ci_exhausted_poll) ;;
|
||||
*) printf '%s\n' "$_esc_line" >> "$_esc_tmp"; continue ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue