From da9ed82ac9be5845120b90074113661cf3549c05 Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Mon, 7 Oct 2024 16:45:04 +0200 Subject: Add notes/TODOs --- mod/mod-ci-github-gq.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mod/mod-ci-github-gq.cxx') diff --git a/mod/mod-ci-github-gq.cxx b/mod/mod-ci-github-gq.cxx index 1b967e5..83c78dd 100644 --- a/mod/mod-ci-github-gq.cxx +++ b/mod/mod-ci-github-gq.cxx @@ -747,6 +747,15 @@ namespace brep // } // } // + // + // pullRequests (last:50 states:[OPEN] + // orderBy:{field:UPDATED_AT direction:ASC} + // baseRefName:"master") { + // + // updatedAt field changes on PR close, conversion to draft PR, merge + // conflict resolution, etc. So seems like it changes with any kind of PR + // update. + // static string gq_query_fetch_open_pull_requests (const string& rid, const string& br) { -- cgit v1.1