diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-05-23 10:12:42 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | 161d23be1eaffe02c41c8cea584cf15d6bd5510f (patch) | |
tree | f6ec64af87a61b12213cfd8a658f322d2c202141 /mod/mod-ci-github-service-data.hxx | |
parent | 9871bf020c2a67d58071173cf5fcb6e5fd934e4d (diff) |
Handle pull_request events
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index c4e20b3..0f8b77f 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -59,6 +59,10 @@ namespace brep string repository_node_id; // GitHub-internal opaque repository id. + // The commit ID the check suite (and its check runs) are associated + // with. In the case of a pull request this will be + // `pull_request.head.sha`. + // string head_sha; vector<check_run> check_runs; |