-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge method #62
Merge method #62
Conversation
Thanks @davidx! Settings---
minimum_reviewers: 1
build_steps:
- bundle install
- bundle exec ruby test/test.rb
merge: true
org_mode: true
timeout: 1805
shell: "/bin/bash"
env:
BUNDLE_GEMFILE: Gemfile |
Looks good! 👍✅ MERGE
✅ BUNDLE_INSTALL
✅ BUNDLE_EXEC_RUBY_TEST/TEST.RB
⬜ 0 of 1 Code reviews from organization basho-labs |
+1 |
✅ 1 of 1 Code reviews from organization basho-labs
|
Merging and closing this pr |
Successfully merged basho-labs/thumbs/pulls/62 (0d0d280 on to master) ---
:sha: c035c9e15dc39c4a0134aa36f0d9609edbf1c1e9
:merged: true
:message: Pull Request successfully merged
|
This allows you to specify merge_method in the config, to be used on the final merge request.
It also changes the default merge_method to squash, which was 'merge' before.
example with setting:
merge_method: squash # default
davidx/prtester#313
https://developer.github.com/v3/pulls/#merge-a-pull-request-merge-button