zuul/releasenotes/notes/add-gitlab-squash-mode-3e981204342ac6f9.yaml
Artem Goncharov 8b6a5ce584 Add support for gitlab squash merge
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
2021-09-30 15:10:31 +00:00

5 lines
66 B
YAML

---
features:
- |
Add support for squashing MR with gitlab.