We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2005279 commit 2e9afacCopy full SHA for 2e9afac
.ci/premerge_advisor_explain.py
@@ -86,7 +86,7 @@ def main(
86
":white_check_mark: With the latest revision this PR passed "
87
"the premerge checks.",
88
)
89
- if comment["id"]:
+ if "id" in comment:
90
json.dump([comment], comment_file_handle)
91
junit_objects, ninja_logs = generate_test_report_lib.load_info_from_files(
92
build_log_files
0 commit comments