aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-gh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-ci-github-gh.hxx')
-rw-r--r--mod/mod-ci-github-gh.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/mod-ci-github-gh.hxx b/mod/mod-ci-github-gh.hxx
index 5f6e5b7..13cbd2f 100644
--- a/mod/mod-ci-github-gh.hxx
+++ b/mod/mod-ci-github-gh.hxx
@@ -84,6 +84,11 @@ namespace brep
string name;
string status;
+ // Check suite node id this check runs belongs to. Note: only returned
+ // in certain cases thus optional.
+ //
+ optional<string> check_suite_node_id;
+
explicit
gh_check_run (json::parser&);