Merge remote-tracking branch 'origin/develop' into standalone_develop

# Conflicts:
#	app/models/pull_request.rb
This commit is contained in:
“xxq250”
2022-07-26 10:49:49 +08:00
34 changed files with 655 additions and 39 deletions

View File

@@ -181,7 +181,7 @@ class PullRequestsController < ApplicationController
@issue_assign_to = @issue.get_assign_user
@gitea_pull = Gitea::PullRequest::GetService.call(@owner.login,
@repository.identifier, @pull_request.gitea_number, current_user&.gitea_token)
@last_review = @pull_request.issue.reviews.take
@last_review = @pull_request.reviews.take
end
def pr_merge