diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-05-28 09:06:31 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | 3a4e5f47b01b551cc8d9be37274337182be16e53 (patch) | |
tree | a9a00bf331252fbb8a40bef84d6ef86699744039 | |
parent | 8710aa143af4c8521a23c47eaac7eb7f7210bde9 (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; |