FIX [更改字段名称]conflicts file for pull api

This commit is contained in:
jasder
2021-06-25 17:31:23 +08:00
parent 8d300e11f9
commit 62d1a2378c
25 changed files with 170 additions and 105 deletions

View File

@@ -23,7 +23,7 @@ class PullRequests::CloseService < ApplicationService
def close_gitea_pull
Gitea::PullRequest::CloseService.call(@owner.login, @repo.identifier,
@pull.gpid, @pull.base, current_user.gitea_token)
@pull.gitea_number, @pull.base, current_user.gitea_token)
end
def update_pull_status!