Skip to content

Correctly set config for auto-merge: true option

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

Yet another fix for default auto-merge rule.

This requires for configuration to be re-synced if option auto-merge: true is used.


Allure report

allure-report-publisher generated test report!

rspec: test report for f2d193da

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

Merge request reports