fix: pr files commits count

This commit is contained in:
yystopf 2021-10-14 16:38:12 +08:00
parent da960a916e
commit 8ba1198b4a
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ json.project_name @project.name
json.identifier @project.identifier
json.project_identifier @project.identifier
json.pr_time time_from_now(@pull_request.updated_at)
json.commits_count @pull_request.commits_count
json.files_count @pull_request.files_count
json.commits_count @gitea_pull["commit_num"]
json.files_count @gitea_pull["changed_files"]
json.comments_count @issue.journals.parent_journals.size
json.comments_total_count @issue.get_journals_size