diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-22 11:15:02 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-25 09:55:19 +0200 |
commit | 3c89598f062dfffb615ffdb05b9c7c73f3900f1a (patch) | |
tree | d36dfb66da6861cc62b8e9d178a6484af53418c8 /mod/mod-ci-github-service-data.hxx | |
parent | 8a92b0d7e27a0010a03f5eaa61e77ce6f5046e51 (diff) |
gq_create_check_runs(): Take details URL from check_run arguments
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index bb845cb..93a8895 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -35,6 +35,11 @@ namespace brep optional<result_status> status; // Only if state is built & synced. + // Never serialized. Only used by some of the GraphQL functions in + // mod-ci-github-gq.hxx. + // + optional<string> details_url; + string state_string () const { |