added comment path, to know what was the file in

the PR files that was commented
This commit is contained in:
Karma Riuk
2025-03-20 10:52:16 +01:00
parent 664765c202
commit cd24068d50

View File

@ -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 = ""