Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to accept merge request via web interface online in gitlabhq?

Tags:

git

gitlab

I used gitlabhq 2.5, my team member checkout a local branch named feature1 and add some feature, then push to remote origin feature1 branch.

And he create a merge request in "Merge request" tab, but I can't merge his request. There is an alert message show " Checking for ability to automatically merge…"

What is the problem? Is there something I haven't setup right?

like image 236
qichunren Avatar asked Jun 06 '12 03:06

qichunren


People also ask

How do I accept a merge request on GitHub?

Above the changed code, click Review changes. Type a comment summarizing your feedback on the proposed changes. Select Approve to approve merging the changes proposed in the pull request. Click Submit review.


1 Answers

I found the answer myself:

rake gitlab:app:enable_automerge RAILS_ENV=production

I found the reason from the production log.

like image 103
qichunren Avatar answered Nov 03 '22 00:11

qichunren