From 92cdbdb8a93b9fb38b9d4df9f1a8733354f292aa Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 26 May 2023 09:28:46 -0600 Subject: [PATCH] mark pr open if we have no branches --- pr-status.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +