新增: 合并请求审核model

This commit is contained in:
2022-06-29 17:16:29 +08:00
parent e76503ae26
commit 76cc185a1d
9 changed files with 120 additions and 0 deletions

View File

@@ -528,6 +528,7 @@ Rails.application.routes.draw do
post :refuse_merge
get :files
get :commits
resources :reviews, only: [:create]
end
collection do
post :check_can_merge