From d51240c030c1247d48d35ffb1c7fbd0d610ee754 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Fri, 3 Nov 2023 13:00:51 -0400 Subject: [PATCH] fix(.kodiak.toml): fix quotes issue --- .github/.kodiak.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml index ac52aba5..73287c07 100644 --- a/.github/.kodiak.toml +++ b/.github/.kodiak.toml @@ -17,4 +17,4 @@ require_automerge_label = true [update] always = true -autoupdate_label = "["conflict"]" +autoupdate_label = ["conflict"]