diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-25 08:45:25 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-25 11:22:11 +0200 |
commit | 69d87bcad5b0c252fa4cc3ee09431a822d3352ae (patch) | |
tree | f925244af6bf9419cc795fa35a3075a58c57fce0 /mod/mod-ci-github-gh.hxx | |
parent | 1bfb0c463d49e939dabc71fbb6adbc154915e619 (diff) |
Post-review changes
Diffstat (limited to 'mod/mod-ci-github-gh.hxx')
-rw-r--r-- | mod/mod-ci-github-gh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-gh.hxx b/mod/mod-ci-github-gh.hxx index 3cbdb77..58714be 100644 --- a/mod/mod-ci-github-gh.hxx +++ b/mod/mod-ci-github-gh.hxx @@ -47,7 +47,7 @@ namespace brep struct gh_check_suite { string node_id; - string head_branch; // @@ Make optional (can be NULL). + optional<string> head_branch; string head_sha; explicit @@ -124,7 +124,7 @@ namespace brep { string node_id; string name; - string full_name; + string path; // Repository path (<org>/<repo>) under github.com. string default_branch; string clone_url; |