From cd24068d50d9505e0d0d69d08265c9ff5d5341e8 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Thu, 20 Mar 2025 10:52:16 +0100 Subject: [PATCH] added comment path, to know what was the file in the PR files that was commented --- dataset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dataset.py b/dataset.py index 19d7113..60d87ff 100644 --- a/dataset.py +++ b/dataset.py @@ -13,6 +13,7 @@ class Metadata: repo: str # the name of the repo, with style XXX/YYY pr_number: int merge_commit_sha: str # to checkout for the tests + comment_path : str successful: bool = True build_system: str = "" reason_for_failure: str = ""