From a686cd9fabcd2fe2bd27fa0f9a4e07f6a3188b6b Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Thu, 4 May 2023 13:33:53 +0000 Subject: [PATCH] disable optimistic_updates --- .github/.kodiak.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml index 64cff40c8b327..c993778527988 100644 --- a/.github/.kodiak.toml +++ b/.github/.kodiak.toml @@ -6,7 +6,7 @@ automerge_label = "ready to land" require_automerge_label = false method = "squash" delete_branch_on_merge = true -optimistic_updates = true +optimistic_updates = false prioritize_ready_to_merge = true notify_on_conflict = false