From 621ea867391ebd66d02dc57c6fd7c6ebf617bac0 Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Tue, 4 Jun 2024 11:50:20 +0200 Subject: Fetch repository pull requests with the specified base branch --- mod/mod-ci-github-gq.hxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mod/mod-ci-github-gq.hxx') diff --git a/mod/mod-ci-github-gq.hxx b/mod/mod-ci-github-gq.hxx index 9721b6e..439f7b7 100644 --- a/mod/mod-ci-github-gq.hxx +++ b/mod/mod-ci-github-gq.hxx @@ -116,6 +116,18 @@ namespace brep gq_pull_request_mergeable (const basic_mark& error, const string& installation_access_token, const string& node_id); + + // Fetch the last 100 open pull requests with the specified base branch from + // the repository with the specified node ID. + // + // Issue diagnostics and return nullopt if the repository was not found or + // an error occurred. + // + optional> + gq_fetch_open_pull_requests (const basic_mark& error, + const string& installation_access_token, + const string& repository_node_id, + const string& base_branch); } #endif // MOD_MOD_CI_GITHUB_GQ_HXX -- cgit v1.1