Skip to content

Commit cc3ee92

Browse files
authored
Stop closing the nightly report issue (#1154)
1 parent c286071 commit cc3ee92

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/gha/it_workflow.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,6 @@ def test_report(token, actor, commit, run_id):
213213
test_result = title + _get_description(actor, commit, run_id) + log_summary
214214

215215
comment = prefix + _COMMENT_HIDDEN_DIVIDER + test_result
216-
217-
if title == _COMMENT_TITLE_SUCCEED:
218-
firebase_github.close_issue(token, issue_number)
219-
else:
220-
firebase_github.open_issue(token, issue_number)
221216

222217
firebase_github.update_issue_comment(token, issue_number, comment)
223218

0 commit comments

Comments
 (0)