diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-18 12:30:00 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | b49feeaee7953b7f675cbdef29e7466eab19781a (patch) | |
tree | 39e9fb34060eda764f492fe4903a30ac6010e989 /mod/mod-ci-github.hxx | |
parent | 850aa60247642fe668bce8c3a78fd73b7aad5adf (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index 605368f..433ae3d 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -49,7 +49,8 @@ namespace brep // struct check_suite { - uint64_t id; // @@ Switch to node_id? + uint64_t id; // Note: used for installation access token (REST API). + string node_id; string head_branch; string head_sha; string before; |