From fc9c9f6819219feadd57f45c54e487d601e93efc Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Fri, 3 Nov 2023 13:04:59 -0400 Subject: [PATCH] fix(.kodiak.toml): fix autoupdate label --- .github/.kodiak.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml index 73287c07..12b2846e 100644 --- a/.github/.kodiak.toml +++ b/.github/.kodiak.toml @@ -3,9 +3,6 @@ version = 1 -[approve] -#auto_approve_usernames = ["renovate"] - [merge] automerge_label = ["automerge"] blocking_labels = ["wip"] @@ -17,4 +14,4 @@ require_automerge_label = true [update] always = true -autoupdate_label = ["conflict"] +autoupdate_label = "conflict"