aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-03-18 12:30:00 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-04-24 15:14:54 +0200
commit8a3d23770f38c0a04ba590bfb92414f800d3be2e (patch)
tree78983f7829a693931dd65622a0b4828cd18dfe79 /mod/mod-ci-github.hxx
parentdacdf3780db958b0ce2c707dd9e4cf829ccdb5a8 (diff)
Review
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r--mod/mod-ci-github.hxx3
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;