From a5ea7d74d5303cf4f1bc8edf82bd7b42481523e8 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Mon, 16 Nov 2020 14:50:27 -0500 Subject: [PATCH] added per_page for pr search, was limited to 30 --- src/cmd/pr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/pr.cpp b/src/cmd/pr.cpp index 00a7006..b71f7af 100644 --- a/src/cmd/pr.cpp +++ b/src/cmd/pr.cpp @@ -226,7 +226,7 @@ std::vector pr_command::search_prs( nlohmann::json json; constexpr auto* pattern = - "https://api.github.com/search/issues?q=" + "https://api.github.com/search/issues?per_page=100&q=" "is:pr+org:{org:}+author:{author:}+is:open+head:{branch:}"; const auto search_url = ::fmt::format(