diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-05-28 09:06:31 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | cb9a368a433af62613cf52bc9f60cdd037a3c3c5 (patch) | |
tree | a25f78a6dcf5f229747b53ca9bd904b40b2ca6ee | |
parent | 53a1d61e6b96a148c28ba8c0eeb4123da4fa8638 (diff) |
Update comment
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index 0f8b77f..afcf082 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -59,8 +59,8 @@ namespace brep string repository_node_id; // GitHub-internal opaque repository id. - // The commit ID the check suite (and its check runs) are associated - // with. In the case of a pull request this will be + // The commit ID the check suite or pull request (and its check runs) are + // associated with. In the case of a pull request this will be // `pull_request.head.sha`. // string head_sha; |