Skip to content

Commit 68df11c

Browse files
authored
Update to disble blank issue. (#7224)
1 parent 44a7508 commit 68df11c

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/testing_report_generation

1 file changed

+1
-1
lines changed

.github/actions/testing_report_generation/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ def get_workflows(client, repo_name)
135135
client.add_comment(REPO_NAME_WITH_OWNER, last_issue.number,failure_report.get_report)
136136
# Create a new issue if there exists failed workflows.
137137
else
138-
client.create_issue(REPO_NAME_WITH_OWNER, ISSUE_TITLE, failure_report.get_report, labels: ISSUE_LABELS, assignee: ASSIGNEE) unless !failure_report.get_report.nil?
138+
client.create_issue(REPO_NAME_WITH_OWNER, ISSUE_TITLE, failure_report.get_report, labels: ISSUE_LABELS, assignee: ASSIGNEE) unless failure_report.get_report.nil?
139139
end

0 commit comments

Comments
 (0)