mark pr open if we have no branches
This commit is contained in:
parent
f90ff09784
commit
92cdbdb8a9
@ -107,6 +107,7 @@ sub figure_status {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$status->{state} = "complete" if $dataLen == $trueCount;
|
$status->{state} = "complete" if $dataLen == $trueCount;
|
||||||
|
$status->{state} = "open" if @{$list} == 0;
|
||||||
|
|
||||||
return ( $release, $status );
|
return ( $release, $status );
|
||||||
}
|
}
|
||||||
@ -9135,4 +9136,4 @@ catch (e)
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user