diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml index f97cf85d58..65f8fffd8d 100644 --- a/.github/.kodiak.toml +++ b/.github/.kodiak.toml @@ -10,6 +10,7 @@ delete_branch_on_merge = true optimistic_updates = false prioritize_ready_to_merge = true notify_on_conflict = true +dont_wait_on_status_checks = ["Vercel – api-reference", "Vercel – docs-ui", "Vercel – medusa-docs"] [merge.message] title = "pull_request_title" @@ -17,4 +18,4 @@ body = "pull_request_body" include_coauthors= true include_pr_number = true body_type = "markdown" -strip_html_comments = true \ No newline at end of file +strip_html_comments = true