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.hxx | |
parent | 598eb113f547530debeff14f765b30562d5b5d27 (diff) |
Add notes/TODOs
Diffstat (limited to 'mod/mod-ci-github-gq.hxx')
-rw-r--r-- | mod/mod-ci-github-gq.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/mod-ci-github-gq.hxx b/mod/mod-ci-github-gq.hxx index 439f7b7..1c23a93 100644 --- a/mod/mod-ci-github-gq.hxx +++ b/mod/mod-ci-github-gq.hxx @@ -110,7 +110,8 @@ namespace brep // will be treated by the caller as still being generated). // // Note that the first request causes GitHub to start preparing the test - // merge commit. + // merge commit. (For details see + // https://docs.github.com/rest/guides/getting-started-with-the-git-database-api#checking-mergeability-of-pull-requests.) // optional<string> gq_pull_request_mergeable (const basic_mark& error, |