From 4cbeb9970a480843fbceff959d64d3d62788febb Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 21 Jan 2023 19:55:57 +0100 Subject: [PATCH] Actually this should do it --- modules/buildbot/master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/buildbot/master.py b/modules/buildbot/master.py index bdbcb00..d825c3d 100644 --- a/modules/buildbot/master.py +++ b/modules/buildbot/master.py @@ -174,7 +174,7 @@ def build_config() -> dict[str, Any]: c["protocols"] = {"pb": {"port": "tcp:9989:interface=\\:\\:"}} c["buildbotURL"] = BUILDBOT_URL - c["mergeRequests"] = False + c["collapseRequests"] = False return c