Skip to content

Do not set auto-merge to true by default

George Koltsov requested to merge fix-auto-merge into main

Fixes issue introduced by https://gitlab.com/dependabot-gitlab/dependabot/-/merge_requests/1617 by evaluating auto-merge option as true always

This MR also updates an old bug in how auto-merge configuration is created and requires syncing configuration object again.


Allure report

allure-report-publisher generated test report!

rspec: test report for da98d17d

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services    | 173    | 0      | 0       | 0     | 173   | ✅     |
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| tasks       | 8      | 0      | 0       | 0     | 8     | ✅     |
| models      | 3      | 0      | 0       | 0     | 3     | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 233    | 0      | 0       | 0     | 233   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports