From cf357961810fc3c3eaa5e40aa6c6ac879e26a1dc Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 23 May 2023 11:24:58 -0600 Subject: [PATCH] default to open state --- pr-status.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr-status.pl b/pr-status.pl index 0494116..3b3e54c 100755 --- a/pr-status.pl +++ b/pr-status.pl @@ -60,7 +60,7 @@ sub check_nixpkg_branches { sub figure_status { my $list = shift; my $status = { - state => "complete", + state => "open", info => {}, }; my $release = "stable";