diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-07 16:45:04 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-22 07:55:58 +0200 |
commit | da9ed82ac9be5845120b90074113661cf3549c05 (patch) | |
tree | 6bcefd98bb3fa5e8d00739cb2fd5e666cd8bf9c5 /mod/mod-ci-github-gq.cxx | |
parent | 598eb113f547530debeff14f765b30562d5b5d27 (diff) |
Add notes/TODOs
Diffstat (limited to 'mod/mod-ci-github-gq.cxx')
-rw-r--r-- | mod/mod-ci-github-gq.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
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) { |