8b6a5ce584
Add support for allowing to squash merge request in Gitlab. It is possible to enforce in Gitlab requiring squashing. With this change we can use `merge-mode: squash-merge` on the project to be able to merge. This sets parameter `squash: True` for the API request. Change-Id: I2ce9f7f9fc570809ee0250970546e457568a45b8
5 lines
66 B
YAML
5 lines
66 B
YAML
---
|
|
features:
|
|
- |
|
|
Add support for squashing MR with gitlab.
|