mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
making assumption that the entry will be
successful, then setting it to false when something goes wrong
This commit is contained in:
@ -12,7 +12,7 @@ class Metadata:
|
|||||||
repo: str # the name of the repo, with style XXX/YYY
|
repo: str # the name of the repo, with style XXX/YYY
|
||||||
pr_number: int
|
pr_number: int
|
||||||
merge_commit_sha: str # to checkout for the tests
|
merge_commit_sha: str # to checkout for the tests
|
||||||
successful: bool
|
successful: bool = True
|
||||||
reason_for_failure: str = ""
|
reason_for_failure: str = ""
|
||||||
last_cmd_error_msg: str = ""
|
last_cmd_error_msg: str = ""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user