From cc3ee924251a7d42f81dfb70469d3d4505baad4d Mon Sep 17 00:00:00 2001 From: a-maurice Date: Tue, 26 Nov 2024 13:12:05 -0800 Subject: [PATCH] Stop closing the nightly report issue (#1154) --- scripts/gha/it_workflow.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/gha/it_workflow.py b/scripts/gha/it_workflow.py index ab6490eb..57eb4f55 100644 --- a/scripts/gha/it_workflow.py +++ b/scripts/gha/it_workflow.py @@ -213,11 +213,6 @@ def test_report(token, actor, commit, run_id): test_result = title + _get_description(actor, commit, run_id) + log_summary comment = prefix + _COMMENT_HIDDEN_DIVIDER + test_result - - if title == _COMMENT_TITLE_SUCCEED: - firebase_github.close_issue(token, issue_number) - else: - firebase_github.open_issue(token, issue_number) firebase_github.update_issue_comment(token, issue_number, comment)