diff --git a/pr-status.pl b/pr-status.pl index 2c92cee..a70a7b1 100755 --- a/pr-status.pl +++ b/pr-status.pl @@ -107,6 +107,7 @@ sub figure_status { } $status->{state} = "complete" if $dataLen == $trueCount; + $status->{state} = "open" if @{$list} == 0; return ( $release, $status ); } @@ -9135,4 +9136,4 @@ catch (e) - \ No newline at end of file +