mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
FIX [更改字段名称]conflicts file for pull api
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user