diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-05-10 14:15:25 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | dc3a911495292fc6eda318fac32f5606ffb12568 (patch) | |
tree | 4cda19118e7e29230c918fa137beb664b3d288db /mod/mod-ci-github-service-data.hxx | |
parent | a515e647cbba6a2bdb2b6fb764b02fa23b7d2652 (diff) |
Post-review changes
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index ff1c1a3..c4e20b3 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -56,9 +56,8 @@ namespace brep gh_installation_access_token installation_access; uint64_t installation_id; - // @@@ TODO Rename to repository_node_id. - // - string repository_id; // GitHub-internal opaque repository id. + + string repository_node_id; // GitHub-internal opaque repository id. string head_sha; @@ -81,7 +80,7 @@ namespace brep string iat_token, timestamp iat_expires_at, uint64_t installation_id, - string repository_id, + string repository_node_id, string head_sha); service_data () = default; |