Better merge handling. show if MR can be accepted or not
This commit is contained in:
parent
cd74f9da91
commit
411d84f385
6 changed files with 84 additions and 59 deletions
|
@ -1,6 +1,5 @@
|
|||
class AddAutomergeToMergeRequest < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :merge_requests, :auto_merge, :boolean, :null => false, :default => true
|
||||
|
||||
add_column :merge_requests, :state, :integer, :null => false, :default => 1
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue