Commit e074c4a1 by Tấn Trần Thanh

change wrong column

parent 679e4d78
Pipeline #1598 failed with stages
in 0 seconds
......@@ -111,7 +111,7 @@ module WorkflowReport
result[33] << ''
end
# pr detail
pr = { pr_comments: 0, pr_review_comments: 0, pr_commits: 0, pr_additions: 0, pr_deletions: 0, pr_changed_files: 0 }
pr = { pr_comments: 0, pr_review_comments: 0, pr_commits: 0, pr_changed_files: 0, pr_additions: 0, pr_deletions: 0 }
if pull_request.present?
prs = pull_request.split("\r\n").compact
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment