Skip to content

Commit 9e4d526

Browse files
authored
[Bugfx] Fix Nightly Test Report template (#1181)
1 parent b07793a commit 9e4d526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/it_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def _get_issue_number(token, title, label):
276276
for issue in issues:
277277
if issue["title"] == title:
278278
return issue["number"]
279-
empty_comment = _COMMENT_HIDDEN_DIVIDER + " " + _COMMENT_HIDDEN_DIVIDER
279+
empty_comment = _COMMENT_HIDDEN_DIVIDER + " " + _COMMENT_HIDDEN_DIVIDER + " " + _COMMENT_HIDDEN_DIVIDER
280280
return github.create_issue(token, title, label, empty_comment)["number"]
281281

282282

0 commit comments

Comments
 (0)