mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-19 03:05:57 +08:00
ADD mergeable column for get pull api
This commit is contained in:
@@ -136,7 +136,8 @@ class PullRequestsController < ApplicationController
|
||||
def show
|
||||
@issue_user = @issue.user
|
||||
@issue_assign_to = @issue.get_assign_user
|
||||
|
||||
@gitea_pull = Gitea::PullRequest::GetService.call(@owner.login,
|
||||
@repository.identifier, @pull_request.gpid, current_user&.gitea_token)
|
||||
end
|
||||
|
||||
def pr_merge
|
||||
|
||||
Reference in New Issue
Block a user