From 161d23be1eaffe02c41c8cea584cf15d6bd5510f Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Thu, 23 May 2024 10:12:42 +0200 Subject: Handle pull_request events --- mod/mod-ci-github-service-data.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/mod-ci-github-service-data.hxx') 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_runs; -- cgit v1.1